Insert data in string form into the buffer at a given position
Source position: syssbh.inc line 74
Insert in its various overloaded forms will insert the aValue argument into the buffer at position Index (0-based), after converting it to a string value if necessary:
|
Append the result of a Format |
|
|
Append a string followed by a newline |
|
|
Append data in string form to the buffer |
|
|
Remove data from the string |
|
|
Replace a range of characters. |