Difference between revisions of "ObjectType:stringptr"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 17: Line 17:
 
===Display a string pointers address===
 
===Display a string pointers address===
 
*echo Memory Address: ${Point1.Address}
 
*echo Memory Address: ${Point1.Address}
 +
 +
== Operates On ==
 +
<tt>const char *</tt>
 +
 +
Note: This type operates identical to string, and is only provided for completeness.
  
 
== See Also ==
 
== See Also ==

Revision as of 22:03, 15 December 2005

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