Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Matching records to array
Message
From
20/09/2001 01:24:36
 
 
To
20/09/2001 00:57:49
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00558604
Message ID:
00558606
Views:
11
This message has been marked as the solution to the initial question of the thread.
Jimi,

Try this way,

Select (mytable)
Scan
For i = 1 to aLen(MyArray,1)
If MyArray[i,1] == Code
MyArray[i,2] = Name
EndIf
EndFor
EndScan


Manoj Karki
Nepal
Manoj Karki
manoj0karki@yahoo.com
Nepal
Previous
Reply
Map
View

Click here to load this message in the networking platform