Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set alte problem
Message
 
To
25/06/2000 21:20:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00384486
Message ID:
00384493
Views:
35
>I can't get a continuous stream of data with set alte on.
>? field1
>?? field2
>?? field3
>?? field4
>?? abstract5
>?? field6
>produces paragraph breaks. How do I get around this?
>TIA
>Rixon Reed
>photo-eye

Hi Rixon,

How about using STRTOFILE() function? (if it is VFP 6, if not use their equivalent functions for VFP 5 which you can download from Files section)

lcString = field1 + field2 + field3 +...
STRTOFILE(lcstring, cmyfilename)
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform