Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ARRAY() command in Visual Basic
Message
From
11/06/2001 16:37:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
ARRAY() command in Visual Basic
Miscellaneous
Thread ID:
00518091
Message ID:
00518091
Views:
62
I am converting a Visual Basic routine to VFP. I need to send four parameters to an object oriented application. The Visual Basic routine uses the ARRAY() command like this:

myParams=ARRAY("0p0","0p0","18p0","18p0")
myTFrame.GeometricBounds=myParams

When I use the DIMENSION command to create a 1 dimension array, and then populate the array with the values given above, the application chokes. Is there a way in VFP to mimic the ARRAY() command in VB?

Thanks in advance...

John Dennis
Next
Reply
Map
View

Click here to load this message in the networking platform