DataType:byteptr
From Lavish Software Wiki
Contents |
[edit]
Description
A byteptr is simply a pointer to a byte. The type inherits byte, and can be used as if it were a byte.
[edit]
Members
- byte Address: The memory address of the actual byte
[edit]
Methods
(none)
[edit]
Inherits
[edit]
Returns
The string representation of this byte
[edit]
Examples
[edit]
Display a byte pointers address
- echo Memory Address: ${Point1.Address}
[edit]
Operates On
unsigned char *
[edit]
