PhillipCrond
09-17-2005, 11:23 PM
Hey guys,
I'm new to MEL, so excuse the stupid question:
If I, for example, want to make a procedure that takes two incoming strings, and then mashes them together and makes a variable out of their names, how would I do that?
For instance:
If you were to say mashUp("hall_", "oates");
then the mashUp proc would create a variable called $hall_oates ...
I don't need to do precisely that, but it's the only way I know how to ask the question. I need to create and refer to variables, but not explicitly...
Does that make any sense? Thanks!!
Brent
I'm new to MEL, so excuse the stupid question:
If I, for example, want to make a procedure that takes two incoming strings, and then mashes them together and makes a variable out of their names, how would I do that?
For instance:
If you were to say mashUp("hall_", "oates");
then the mashUp proc would create a variable called $hall_oates ...
I don't need to do precisely that, but it's the only way I know how to ask the question. I need to create and refer to variables, but not explicitly...
Does that make any sense? Thanks!!
Brent
