Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Low level
Message
 
 
To
26/12/2001 11:36:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00598183
Message ID:
00598217
Views:
20
I usualy use it if I have to reference the number of rows in an array more than once. Otherwise I prefer ALEN(laFiles,1).

>ADIR() also returns the number of rows, so you could:
>
>
>lnFiles = ADIR(laFiles)
>FOR lnCounter = 1 TO lnFiles
>
>
< snip >
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform