Difference between revisions of "ObjectType:byteptr"

From Lavish Software Wiki
Jump to navigation Jump to search
m (Lax moved page DataType:byteptr to ObjectType:byteptr)
(No difference)

Revision as of 15:10, 8 July 2018

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 *

See Also