Yesterday, 06:06 PM
(This post was last modified: Yesterday, 06:12 PM by TempodiBasic.
Edit Reason: too short comment to the link
)
Hi
here a link to the code for get speed with Strings. FillString a new STRING$ that uses a pattern string to fill into
You'll find example of MID$ vs Concatenation strings, vs _MEM used with strings, vs the doubling string tecnique for increasing the concatenation speed, vs the MID$ + increasing Stringpattern used by MID$ tecnique that increases much more the speed of MID$, and the adding of $Checking:OFF for the short code of the function.
here a link to the code for get speed with Strings. FillString a new STRING$ that uses a pattern string to fill into
You'll find example of MID$ vs Concatenation strings, vs _MEM used with strings, vs the doubling string tecnique for increasing the concatenation speed, vs the MID$ + increasing Stringpattern used by MID$ tecnique that increases much more the speed of MID$, and the adding of $Checking:OFF for the short code of the function.