var pattern:RegExp = /resultXML.toString().substr(1, 22)/g; resultXML = XML(resultXML.toString().replace(pattern, "VFPData"));
trace(resultXML.toString().substr(1, 22)); No changes is shown in resultXML. What am I doing wrong? Thanks
var pattern:RegExp = /resultXML.toString().substr(1, 22)/g; resultXML = XML(resultXML.toString().replace(pattern, "VFPData"));
trace(resultXML.toString().substr(1, 22)); No changes is shown in resultXML. What am I doing wrong? Thanks