10-20-2023, 05:11 PM
(10-20-2023, 04:52 PM)SMcNeill Wrote: @bplus Much better than doing 1 calc per character.
Yet bet-cha!
@random1 in string math, you never let the numbers you calc with touch QB64 number types they all remain Strings. Remember strings only have a limit of the size memory you have, so in string math the numbers are not limited to any particular and uniform size. For that freedom you pay a price and it may be dear, how long your calculations may take.
b = b + ...