Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Evalaute / & / ()
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Evalaute / & / ()
Miscellaneous
Thread ID:
00717492
Message ID:
00717492
Views:
43
Hi,

I am trying to use save the current settings of my grid. I have a variable is a string with the value:

temp = "thisform.MyGrid.Column(1).width

I am trying to save the current widths in an array so that I can re-assign them later.
The code looks like:

Dimension Colwidth(20)
colwidth(1) = evaluate(temp)

But evaluate(temp) does not work. How can I assign the column width to the array?

Thank you.


Ria

Next
Reply
Map
View

Click here to load this message in the networking platform