Difference between revisions of "ObjectType:intptr"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
===Display a integer pointers address=== | ===Display a integer pointers address=== | ||
*echo Memory Address: ${Point1.Address} | *echo Memory Address: ${Point1.Address} | ||
+ | |||
+ | == Operates On == | ||
+ | <tt>int *</tt> | ||
== See Also == | == See Also == |
Revision as of 22:01, 15 December 2005
Contents
Description
An intptr is simply a pointer to an int. The type inherits int, and can be used as if it were an int.
Members
- int Address: The memory address of the actual integer
Methods
(none)
Inherits
Returns
The string representation of this int
Examples
Display a integer pointers address
- echo Memory Address: ${Point1.Address}
Operates On
int *