does delimiter mean the symbol/letter that is being used to separate each line of code. and do you know how i would put this into the code? earlier u saidCode:var d:String=s.readUTFBytes(s.bytesAvailable.split(".");
but that will give me a duplicate function error because i already haveCode:var embeddedNums:Array = incomingVar.split("|");Code:var embeddedNums:Array = incomingVar.match(/\d+/g);




Reply With Quote
