Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fix length ascii file
Message
From
01/10/2002 16:28:24
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00706561
Message ID:
00706575
Views:
27
>thanks.
>sherry

You are welcome.

Oh, there are several other alternatives, which you might consider for more complicated exportations:
set alternate to output.txt
set alternate on
set console off
scan
  ? (SomeText)
endscan
set alternate to
set alternate off
set console on
Another alternative is to use low-level file functions (fcreate(), fclose(), fputs()).

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform