Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Double
Message
From
18/09/2002 13:25:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Double
Miscellaneous
Thread ID:
00701914
Message ID:
00701914
Views:
46
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
Next
Reply
Map
View

Click here to load this message in the networking platform