Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
For each record
Miscellaneous
Thread ID:
00816138
Message ID:
00816138
Views:
64
I want to build a string containing all the records in a table currently open in the data environment with the alias 'vpoc'

Can I do something like this:

vpocdata = ""

FOR EACH record IN vpoc
vpocdata = vpocdata + vpoc.name + CHR(13)
ENDFOR


tks!
Next
Reply
Map
View