Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dimension array
Message
From
04/03/2002 22:46:00
Ian Johnston
Computer Software Solutions
Woodland, California, United States
 
 
To
04/03/2002 22:28:52
Wilfred Chan
Bnp Paribas Hong Kong Branch
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00628206
Message ID:
00628218
Views:
14
>>I need to create an array and give it the name of the displayvalue of a list box selection, any one able to do it ? I have tried
>>dime ((thisform.lane_box1.displayvalue)+'[10,4]')
>> but get a syntax error
>>
>>TIA
>
>
>Hi,
>You may use macro substitution. e.g.
>sArray=alltrim(thisform....displayvalue)+'[10,4]'
>dimension &sArray
>
>:) Wilfred

Thanks that works...

Ian
Previous
Reply
Map
View

Click here to load this message in the networking platform