Message 1 of 4

Not applicable
01-28-2016
09:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
This week i've been exploring the possibilities of ilogic this week and now i'm stuck.
I think I would like to convert a text string into a variable; so in my example below I get variable 1 to 3 returned and not x to 3 (in the debugview program).
(actually i'm working on a routine to make the scale from multiple views automatic (and selected from common list of options from excel ). so each view is dependent on a variable in a part and automatically scaled)
x1 = variable1 x2 = variable2 x3 = variable3 i = 3 For i = 1 To i z = xi 'doesn't work z = x & i 'doesn't work
z = ????? Trace.Writeline("ilogic = " & z) Next i
Best regards,
Igor
Solved! Go to Solution.