ObjectType:stringptr

From Lavish Software Wiki
Revision as of 01:42, 26 August 2005 by Beefalo (talk | contribs)
Jump to navigation Jump to search

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}

See Also