Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I get an array ?
Message
 
À
26/02/1999 02:47:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00191828
Message ID:
00191829
Vues:
16
*Treat it at a Private Variable. For Eg
DIMENSION paMyArray(10,5)
DO FillArray
DISPLAY MEMORY
RETURN

*********************************
PROCEDURE FillArray
FOR I = 1 TO 10
FOR J = 1 TO 5
paMyArray(I,J) = 100* RAND()
NEXT J
NEXT I
RETURN
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform