<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > StringBuilder > StringBuilder Class > <StringBuilder> Properties > <StringBuilder>.Char |
Description
Sets or retrieves character at given position
Syntax
GET
s = <StringBuilder>.Char(position)
SET
<StringBuilder>.Char(position) = char
Returns
String
Parameters
Name |
Type |
Optional |
Meaning |
position |
Number |
No |
Position is 1 based, that means, first character = 1 |
Remarks
Restrictions
See also
Examples