08-30-2024, 06:00 PM
(08-30-2024, 05:56 PM)Pete Wrote: Ah yes, Line makes it into an integer, but having x in a loop as a single instead of an integer should, in theory, slow the loop down.
Pete
In my beginning experiments with Dav's code declaring types as integer or long actually slowed things down. math between different types slows things down and I think Single is same byte size as long, no?
b = b + ...