Difference between revisions of "ObjectType:stringptr"

From Lavish Software Wiki
Jump to navigation Jump to search
(No difference)

Revision as of 15:11, 8 July 2018

Description

A stringptr is actually the same as string, but is only to be used when the data refers to an original text value, rather than temporary storage.

Members

  • int Address: The memory address of the actual text

Methods

(none)

Inherits

Returns

The text

Examples

Display a string pointers address

  • echo Memory Address: ${Point1.Address}

Operates On

const char *

Note: This type operates identical to string, and is only provided for completeness.

See Also