Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic Field Names?
Message
From
11/09/2000 13:59:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Dynamic Field Names?
Miscellaneous
Thread ID:
00415009
Message ID:
00415009
Views:
56
I want to parse one feild into an undefined number of other fields named desc1, desc2, desc3... descX. I would like to address those fields from within a loop using 'desc' and appending a numeric variable that I can increment every time through the loop. Any idea what the syntax would be for that?

This might be a little clearer.



X = 1

do while loop_condition = TRUE

replace [CODE THAT WILL POINT TO descX] with contents

X = X + 1

Loop
EndDo


Thanks.

Ian
Next
Reply
Map
View

Click here to load this message in the networking platform