Question
Object TextField
Hello, I have two text strings that are stored in variables
and When i concatenate (put them together) I get another text
string. However what I would like is for this new text sting to
reference an object name.
Heres a basic example
var one = "test";
var two = "y";
var three = one + two;
trace(three);
I would like three to be referencing an object name.
If anyone could help it would be appreciated.
Jeff England
Heres a basic example
var one = "test";
var two = "y";
var three = one + two;
trace(three);
I would like three to be referencing an object name.
If anyone could help it would be appreciated.
Jeff England