Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Double
Message
De
18/09/2002 13:25:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Double
Divers
Thread ID:
00701914
Message ID:
00701914
Vues:
47
how can I duplicate this visual basic functionality in VFP?:

Dim points2(0 To 9) As Double
points2(0) = 1: points2(1) = 1
points2(2) = 1: points2(3) = 2
points2(4) = 2: points2(5) = 2
points2(6) = 3: points2(7) = 2
points2(8) = 4: points2(9) = 4

I would like to create a double to pass to an activex control, with data much like displayed above. Is this possible? Is there a "Structure" that I must create from strings?

Thanx,

Mike
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform