Method | Description |
---|---|
ToString:String() | Converts an object to a string. |
Compare:Int( otherObject:Object ) | Returns a value less than 0 if an object is less than another object, a value greater than 0 if an object is greater than another object or the value 0 if an object equals another object. |
SendMessage:Object( message:Object,sender:Object ) | Used to send a generic message to an object and receive a reply. |
Print "Hello".Compare( "Goodbye" )