Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASCAN() syntax re: nFlag - case sensitivity
Message
From
05/04/2002 07:00:07
 
 
To
04/04/2002 17:08:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00641123
Message ID:
00641305
Views:
21
This message has been marked as the solution to the initial question of the thread.
Hello Andrew.

elnum = ASCAN(alist,'A-01323',-1,-1,13)

and I get an error -

Subscript is outside defined range.


Whoops! Sorry. My fault. I left out the column number element. If you want to search the first column of the array, this is the syntax:


elnum = ASCAN( aList,'A-01323', -1, -1, 1, 13 )

Sorry about that!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform