2 variables combined to make 1
Posted: Wed Jul 03, 2013 10:00 pm
Hi all
is there a code that allows me to combine avariable value with a string to make a variable name,
i.e
i1 = Test
c= 1
cellputn("testcube", 'I'|numbertostring(c),Tester)
I want to turn this:
'I'|numbertostring(c)
into this
i1
in excel this would be indirect what is this in TM1 TI code ?
thanks all
is there a code that allows me to combine avariable value with a string to make a variable name,
i.e
i1 = Test
c= 1
cellputn("testcube", 'I'|numbertostring(c),Tester)
I want to turn this:
'I'|numbertostring(c)
into this
i1
in excel this would be indirect what is this in TM1 TI code ?
thanks all