Ryan Matsikas wrote:
yes.

I couldn't find any documentation and although it works I get an error as alert.

var re = new RegExp("\"[^\"]+\"","gi");
var m_arr = re.exec(line);
var m = m_arr["0"];
var c_string = m.substr(1,m.length-2);
fl.trace("found: "+c_string);

the string is correctly traced but I got the alert "m_arr has no properties". Which one should be the way to avoid the error?


Thanks, chr
--
___________________________________________________________________
{ Christian Giordano's site and blog @ http://cgws.nuthinking.com }
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to