Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable name for output file
Message
From
23/08/1999 09:39:52
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
23/08/1999 09:21:26
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00256539
Message ID:
00256549
Views:
22
>I am trying to create an output file for each record in a table. The name of the each ascii output file should be the same as a field in the table for that corresponding record. Any ideas how to accomplish this?
Paul,
I won't ask why are you doing it :)
set textmerge on

scan
  lcThisASCIIName = eval(field(1)) && Or which field is that
  set textmerge to (lcThisASCIIName) noshow
  *\
  *\...
  set textmerge to
endscan
set textmerge off
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform