Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine if Array exists
Message
 
To
28/02/2003 17:43:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00759747
Message ID:
00759808
Views:
25
William,

In addition to using _TALLY like the others have suggested you can do this;
SELECT * FROM Whatever INTO ARRAY laRecords
IF TYPE("laRecords(1)") <> "U"
   * You have data
ELSE
   * You have no data
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform