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