DataType:stringptr
From Lavish Software Wiki
Contents |
[edit]
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.
[edit]
Members
- int Address: The memory address of the actual text
[edit]
Methods
(none)
[edit]
Inherits
[edit]
Returns
The text
[edit]
Examples
[edit]
Display a string pointers address
- echo Memory Address: ${Point1.Address}
[edit]
Operates On
const char *
Note: This type operates identical to string, and is only provided for completeness.
[edit]
