<StringBuilder>.DataPtr

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > StringBuilder > StringBuilder Class > <StringBuilder> Properties >

<StringBuilder>.DataPtr

 

Description

 

Retrieves pointer to internal string data.

Pointer will point to the first byte of internal string used to build internal string buffer.

 

Syntax

 

GET

n = <StringBuilder>.DataPtr

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning





 

 

Remarks

 

This value might change after using Clear(), Add() or AddLine() methods

 

Restrictions

 

This property is read only property

 

See also

 

Examples