Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FOR ... ENDFOR loop
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00552168
Message ID:
00552709
Views:
17
>Costas,
> I had totally forgotten about using a scatter to do that.
>Thanks,

Now that you mention it, dont forget you can also do this, which gives you a more elegant readbale code

scatter note? to notes
FOR EACH note in notes
if note = 'I have beautiful voice'
? 'Yeah right'
endif
ENDFOR
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform