My neighbour, having just had money stolen from his credit card, asked how long it would take a computer to scan through every possible variation of 16 digits against every possible variation of a PIN.
I wrote this:
For a = 1 To 999999999999
For b = 1 To 9999
Next
Print a
Delay 1
Next
- and lo and behold Blitz3D stops on the first line, and says 'Program Ended' without executing any more.
You can see this clearly if you put a Stop before the first line.
How puzzling.
Or am I having one of my 'turns'?
I wrote this:
For a = 1 To 999999999999
For b = 1 To 9999
Next
Print a
Delay 1
Next
- and lo and behold Blitz3D stops on the first line, and says 'Program Ended' without executing any more.
You can see this clearly if you put a Stop before the first line.
How puzzling.
Or am I having one of my 'turns'?