09-13-2022, 10:18 PM
this works Ok, you are prevented from entering a number that's too large for a long
however that's not the case here
sample run
Code: (Select All)
Dim As Long n
Input "n "; n
Print n
Code: (Select All)
$Console:Only
_Dest _Console
Dim As Long n
Input "n "; n
Print n
Code: (Select All)
n ? 99999999999999999999
999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 999999999
Press any key to continue