Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
7-bit ASCII File ??
Message
From
25/01/2001 10:44:56
 
 
To
24/01/2001 17:26:12
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00468259
Message ID:
00468467
Views:
24
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform