Replying to:12Me21
If the last parameter is omitted, it will replace until the end of the string.
The first example is incorrect; it should be Abdc
Old thing but fixed anyway, thanks
Root / Submissions / [.]
$NEWVAR=SUBST$(StartString,placement,ReplaceString,[CharacterCount])
Str$=SUBST$("Abcd", 2,"dc") 'Abdc Str$=SUBST$("A cd",2,"b",2) 'Abd