Question
How to get value of variables which have dynamic name?
Hey guys,
1.For example, I have two variables:
<cfset varOne="One">
<cfset varArg="argument">
And I'd like to connect"argument" and "One" together as "argumentOne", then how can I get the value of "argumentOne"?
Thanks!
1.For example, I have two variables:
<cfset varOne="One">
<cfset varArg="argument">
And I'd like to connect"argument" and "One" together as "argumentOne", then how can I get the value of "argumentOne"?
Thanks!