09-12-2024, 07:15 PM
excuses excuses I think you will be gaining an hour this fall.
@NakedApe this can be combined to one line:
Loop Until _keydown(27) ' don't need system when trying to beat Steve in less LOC
@NakedApe this can be combined to one line:
Code: (Select All)
If _KeyDown(27) Then System
Loop
System
Loop Until _keydown(27) ' don't need system when trying to beat Steve in less LOC
b = b + ...