saltzmanjoelh
12-18-2008, 08:39 PM
If I have a custom class Account how do I get the class name from an account object?
var myAccount:Account = new Account():
myAccount.className? doesnt do anything.
var myAccount:Account = new Account():
myAccount.className? doesnt do anything.