Parsing multiple variable into an array
#2

You mean something like this?
new a = 1;
then: Var_(a) would be Var_1
a = 2: Var_2 and so on?

Afaik this is not possible in that way. What you could try is a ? condition (dont know how it is called )

you would write (create) Var_(a) like this then:

(a == 1) ? (Var_1) : (Var_2)

This would be expandable for as much values youd like, maybe together with a macro. But i think this is not really what you are looking for, is it?
Reply


Messages In This Thread
Parsing multiple variable into an array - by Cameltoe - 14.11.2010, 22:30
Re: Parsing multiple variable into an array - by Mauzen - 14.11.2010, 22:37
Re: Parsing multiple variable into an array - by Cameltoe - 14.11.2010, 22:40
Re: Parsing multiple variable into an array - by Mauzen - 14.11.2010, 22:50
Re: Parsing multiple variable into an array - by Cameltoe - 14.11.2010, 22:54
Re: Parsing multiple variable into an array - by Mauzen - 14.11.2010, 23:05
Re: Parsing multiple variable into an array - by Cameltoe - 15.11.2010, 09:51
Re: Parsing multiple variable into an array - by Grim_ - 15.11.2010, 10:13
Re: Parsing multiple variable into an array - by Cameltoe - 15.11.2010, 10:23

Forum Jump:


Users browsing this thread: 1 Guest(s)