Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FOR ... ENDFOR loop
Message
From
04/09/2001 13:30:04
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
FOR ... ENDFOR loop
Miscellaneous
Thread ID:
00552168
Message ID:
00552168
Views:
56
Hi all,
I have a group of fields, five in all that I need to go through sequentially. I have a for loop that that I thought would do this. They are named note1 through note5. I am trying to use something along the lines of:

FOR i = 1 to 5
DO CASE
CASE note(i)
myCode
ENDCASE
ENDFOR

What is wrong with this picture?
Thanks
Winn Pauley
Next
Reply
Map
View

Click here to load this message in the networking platform