= INST( string, alt, pos )
The INST
function overwrites the characters of the string alt' with the character string
string (first argument) in the character string
alt (second argument) from the position
pos (third argument), whereby the counting starts with 1. The length of the character
string
altstring does not change.
==== EXAMPLE ====
c$=INST(a$,b$,9)
See also the following example files:
*
tsb_insert_01.bas''
Inx
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!