public function isNumeric(num:String):Boolean { return !isNaN(parseInt(num)); }