Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set Fields to
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00501968
Message ID:
00501974
Views:
12
Fred,

DIMENSION laFields[1]

LOCAL lnFields, i
lnFields =AFIELD('laFields')

FOR i = 1 TO lnFields
WAIT WINDOW laFields[i]
ENDFOR


HTH
Doug

>Is there any way to see the value (field list), that set fields is set to. I doubt it makes a difference, but this is VFP 5.0.
>
>If I check Set([Fields]), I onloy get On or Off.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform