Operator Varptr (Variable Pointer) Returns the memory address of a variable. Operator Strptr (String Pointer)Returns the memory address of a string's character data. Operator Procptr (Procedure Pointer)Returns the memory address of a procedure. | Operator @ (Address Of) Returns the memory address of a variable, object or procedure. Operator * (Value Of)Returns a reference to a variable or object at some memory address. |