Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dumping info to a text file
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00316550
Message ID:
00316706
Views:
24
Don't forget the \\ option. It continues the text on the same line so you could do:
\<<'"3A"'>><<','>>
\\<<'000000'>><<','>>
\\<<'0000'>>
Cheers,

Andrew

>Hi all
>
>I'm having a few problems dumping information from a table to a text file. The first couple of lines in the txt file need to be header data, while the rest is just info dumped from a table:
>
> SET TEXTMERGE TO filename.TXT NOSHOW
> SET TEXTMERGE ON
> SELECT table
> GO TOP
> \<<'"3A"'>><<','>><<'000000'>><<','>><<'0000'>> etc etc
> \<<'"3B"'>><<','>><<'000000'>><<','>><<'0000'"'>> etc etc
>
> DO WHILE .NOT. EOF()
> \<>
> SKIP
> ENDDO
>
>The problem is that the header lines are about 500 characters, and while I can get the first line in the text file ("3A") - when I try to include the second line ("3B"), the system hangs itself. I've tried to use the @SAY command however this says that the string is too long.
>
>Does anyone know if there are limitations (eg string length) on using the "\" command??
>
>Any help, comments would be appreciated!
>
>
>Thanks
>
>Chris Kable
>FuelTrac


If we were to introduce Visual FoxBase+, would we be able to work from the dotNet Prompt?


From Top 22 Developer Responses to defects in Software
2. "It’s not a bug, it’s a feature."
1. "I thought I fixed that."


All my FoxTalk and other articles are available on my web site.


Unless specifically identified otherwise, anthing posted here is purely my opinion and may or may not reflect the policies or practices of Microsoft.
Previous
Reply
Map
View

Click here to load this message in the networking platform