The very first line of code in this method has a typo.
var args:Array = value.split("'");
should be
var args:Array = value.split(".");
(apostrophe should be a comma)
Original issue reported on code.google.com by johng.sst@gmail.com on 25 Feb 2010 at 5:27
Original issue reported on code.google.com by
johng.sst@gmail.com
on 25 Feb 2010 at 5:27