Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Searching a two dimensional array
Message
From
03/08/2005 12:45:01
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01038194
Message ID:
01038198
Views:
27
This message has been marked as the solution to the initial question of the thread.
This should do the trick:
lnRowNb = ASCAN (laArray, "Find me", 1, ALEN (laArray, 1), 1, 8)
HTH

>I have a two diminsional array. Want to search the first element for a match, and then return the row number. Seems simple enough but I am having trouble.
Previous
Reply
Map
View

Click here to load this message in the networking platform