05-07-2025, 11:57 AM
Hi Steve
thanks for feedbacks
1. needed correction of "posi" initialization
2. good examples of combination of two tips to get speeder code (Fillstring2 uses MID$ and $Checking OFF/ON while Fstring uses _MEM and $Checking OFF/ON)
3. remember me the existence of _MEMNEW and _MEMFILL
here the result on my machine of your code on the left and the weird result got using $ChekingOFF/ON in function FillString with String = String + String on the right...
![[Image: new-STRING-checking-OFF-effect.jpg]](https://i.ibb.co/9Hrjs9NG/new-STRING-checking-OFF-effect.jpg)
while for Fillstring2 (MID$ way) and Fstring (_MEM way) the $Checking off increases the speed, for FillString (String + String way) it works in opposite direction, the speed begins slower! LOL
4. Is it legal to use so speed in code?
thanks for feedbacks
1. needed correction of "posi" initialization
2. good examples of combination of two tips to get speeder code (Fillstring2 uses MID$ and $Checking OFF/ON while Fstring uses _MEM and $Checking OFF/ON)
3. remember me the existence of _MEMNEW and _MEMFILL
here the result on my machine of your code on the left and the weird result got using $ChekingOFF/ON in function FillString with String = String + String on the right...
![[Image: new-STRING-checking-OFF-effect.jpg]](https://i.ibb.co/9Hrjs9NG/new-STRING-checking-OFF-effect.jpg)
while for Fillstring2 (MID$ way) and Fstring (_MEM way) the $Checking off increases the speed, for FillString (String + String way) it works in opposite direction, the speed begins slower! LOL
4. Is it legal to use so speed in code?