123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|203|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Concept/Design -> Long Loops

Tue, 07 Jan 2025, 14:37
dna
refresh my memory about double precision integer. I'm having trouble uing a for next loop beyond 100000

-=-=-
DNA
Tue, 07 Jan 2025, 14:37
Jayenkai
This is not the solution, merely the concept.

  --v

Don't loop one giant loop.
Loop multiple loops, with each loop being a division of the greater loop.

-=-=-
''Load, Next List!''
Tue, 07 Jan 2025, 16:09
cyangames
Breaking those 8 bits
Tue, 07 Jan 2025, 17:31
dna
Are you using BMax Jay?

I'll have to change the code.

What is the << mean?

-=-=-
DNA
Tue, 07 Jan 2025, 18:15
dna
Got it

Print (a * 16777216) + (b * 65536) + (c * 256) + d

Never knew that would work in a loop

-=-=-
DNA
Wed, 08 Jan 2025, 03:02
steve_ancell
dna What is the << mean?

ShiftLeft.