Position is zero-based.
For example,
String = "ABC"
StrSet(String, 2, 69)
String is now = "ABE"
String |
STRING |
String to determine length |
|
Position | INDEX | Position within String to replace | |
AsciiNumb | INDEX |
Character to overwrite the character at Position. |