12-21-2022, 02:53 PM
I'd almost agree with you about the unsigned integer bad limit with -1.
Code: (Select All)
Dim As _Unsigned Integer i: i = -1
Print i
Ask me about Windows API and maybe some Linux stuff