09-13-2022, 10:51 PM
(This post was last modified: 09-13-2022, 10:53 PM by mnrvovrfc.
Edit Reason: Took another look at the first post
)
It's not a bug. Galleon designed it that way. The problem is you're trying to get a value for a "LONG" which cannot be higher than (2 ^ 32) - 1. Must ask for the value of a string if you want an integer any larger than the maximum range of an "_INTEGER64".
LOL the message from the system should be "Press enter to continue" out of the console. Hmmm... There should be no need to use "_DEST _CONSOLE" anymore, use "$CONSOLE:ONLY" instead for a program that is entirely going to use the console.
LOL the message from the system should be "Press enter to continue" out of the console. Hmmm... There should be no need to use "_DEST _CONSOLE" anymore, use "$CONSOLE:ONLY" instead for a program that is entirely going to use the console.