Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Metacommand
#6
The other thing about $Checking is:

Code: (Select All)

On Timer(1) GoSub 100
Timer On
$Checking:Off
Do
  x$ = InKey$
  If Len(x$) Then End
Loop
End

100 x = x + 1
Print x;
Return

that checking off will decrease the .exe by about 200K but overrides the timer!?

Actually this code will hang:

Code: (Select All)

$Checking:Off
On Error GoTo 100
Print Sqr(-1)
End
100 Print "error": End

Reply


Messages In This Thread
Metacommand - by eoredson - 07-27-2024, 04:16 AM
RE: Metacommand - by TerryRitchie - 07-27-2024, 06:12 AM
RE: Metacommand - by bplus - 07-27-2024, 02:38 PM
RE: Metacommand - by eoredson - 07-28-2024, 11:44 PM
RE: Metacommand - by TerryRitchie - 07-29-2024, 12:54 AM
RE: Metacommand - by eoredson - 07-29-2024, 03:45 AM
RE: Metacommand - by SMcNeill - 07-29-2024, 04:39 AM
RE: Metacommand - by DSMan195276 - 07-29-2024, 04:35 PM



Users browsing this thread: 2 Guest(s)