Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does the array/table exist?
Message
From
21/11/2002 14:48:08
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00725387
Message ID:
00725418
Views:
9
At first you'll get error message if query was not successful.
If you use Select INTO TABLE then table will be open and active after querying. Try something like that:

SELECT 0
Select-SQL command
lSuccess = USED()

This is also right for INTO CURSOR.

For checking of array existance try:

lSuccess = TYPE("ALEN(ArrayName)") = "N"
/A new technology turns into completely outdated stuff before you have a time to read "Getting Started..." section.
/If there are some "system programmers" then others are unsystematic.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform