Page 3 of 3

Re: MID strings

Posted: Fri Jul 03, 2020 11:12 am
by Olli
Slow but adapted to several character types :

Code: Select all

Procedure.S PutMid(S.S, I.I, New.S)
 ProcedureReturn Left(S, I - 1) + New + Mid(S, I + Len(New) )
EndProcedure

Re: MID strings

Posted: Fri Jul 03, 2020 12:30 pm
by Josh
Is today the day of Zombi postings or do you want to increase the number of posts for your new account?

Other Zombi post see here:
viewtopic.php?p=206345#p206345