The GetObjectRef function retrieves the inner Seccia reference of the object.
Syntax
Integer Integer.GetObjectRef()
Parameters
The GetObjectRef function has no parameters.
Return value
The GetObjectRef function returns the inner Seccia reference of the object.
Example
// Create Integer named myInteger
Integer myInteger
// Display object reference in a message box
MessageBox("Object reference: " + myInteger.GetObjectRef())
Integer myInteger
// Display object reference in a message box
MessageBox("Object reference: " + myInteger.GetObjectRef())