mauroluz
October 8th, 2009, 10:10 PM
Hello,
I have a question about return...
example:
var date: Date = new Date();
trace (date)//Thu Oct 8 23:05:51 GMT-0300 2009
How i can get a String return by a Class? The default return with a normal Class is ([object Date])... Constructor can`t return values... how i can make that? :p
Thanks and sorry for my sux english..
I have a question about return...
example:
var date: Date = new Date();
trace (date)//Thu Oct 8 23:05:51 GMT-0300 2009
How i can get a String return by a Class? The default return with a normal Class is ([object Date])... Constructor can`t return values... how i can make that? :p
Thanks and sorry for my sux english..