Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to textfile
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00438877
Message ID:
00438965
Views:
13
Vidar, time for something different...

how about:

set heading off && prevent displaying field names
use someTable
list off eval(field(1)) , "|", eval(field(2)), "|" ...

(this could be built programmatically using: FOR i = 1 TO fcount() )

hope this gives you some ideas!
-michael

My brain hurt like a warehouse, it had no room to spare, I had to cram so many things to store everthing in there. - David Bowie
Previous
Reply
Map
View

Click here to load this message in the networking platform