<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > StringBuilder > StringBuilder Class > <StringBuilder> Properties > <StringBuilder>.VarPtr |
Description
Retrieves pointer to internal string variable.
Pointer will point to the string variable structure.
Syntax
GET
n = <StringBuilder>.VarPtr
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
This value will never change even after using Clear(), Add() or AddLine() methods
Restrictions
This property is read only property
See also
Examples