Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array \ cursor
Message
 
 
To
20/11/2002 06:47:53
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00724659
Message ID:
00725033
Views:
26
>The number of the current player is stored in variable lnCurrentPlayer.
>
>For the names of the players, you use an array laPlayerNames, declared with DIMENSION laPlayerNames(10). The name of the current player is laPlayerNames(lnCurrentPlayer).
>
>The score of the current player is laScores(lnCurrentPlayer) (that is, in another array, also with 10 elements).
>
>This particular example would be more difficult to manage with cursors.
>
>HTH, Hilmar.

Why? :)

You can have a cursor with three fields: ID, Name, Score...
What's the difference?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform