An example of this would be string = "Run_txt,5|Layout_txt,5"
So in the first array I'm saving the instance names: aTextBoxName[iCount] = Run_txt, Layout_txt and in the 2nd array the size limitation of each instance.
Then I save each array element to sTextField = aTextBoxName[iCount]. Afterwards, I'm trying sTextField = new TextField() OR createTextField(sTextField, getNextHighestDepth(), x , y, w, h), neither of these two options give me sTextField._name.