Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
7-bit ASCII File ??
Message
De
25/01/2001 10:44:56
 
 
À
24/01/2001 17:26:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00468259
Message ID:
00468467
Vues:
25
>I am required to export from VFP to a 7-bit ASCII file. Does anyone know how I can get there from here?
>
>Thanks in advance,
>
>Eric

If you are only converting normal text (no foreign characters), then only 7 bits are used, so just writing to a text file should suffice. If you want to convert 8 bit binary, then encoding is necessary - the following site is for an ActiveX control - it also gives a description of various formats & the reasons for needing '7-bit ASCII'.

http://www.mabry.com/encoderx/

There's probably others, if you search on the particular encoding methods - UUENCODE, BASE64 etc. Another possibility is writing to file & using a encoder such as WinCode to perform the conversion.
Len Speed
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform