I had this working earlier. Been staring at it too long probably.
var XMLText:String = xmlFile.questions.question*.content;
trace(XMLText);
XMLText = XMLText.split("|\blank|").join("______");
trace(XMLText);
I had this working earlier. Been staring at it too long probably.
var XMLText:String = xmlFile.questions.question*.content;
trace(XMLText);
XMLText = XMLText.split("|\blank|").join("______");
trace(XMLText);
:: Copyright KIRUPA 2024 //--