Question
trying to add xml parts to a method
is there any way I can put c as variable which is part of the xml into the method variables
function fl_bbbbb(Arr:Array,txt:TextField):void{
var st:String
st = txt.text
XMLdoc.doc[mynumberdoc].c.appendChild(
<vars>{st}</vars>)
}
