Version 1.50
Version 1.50
-Added RAW2INT(). Converts raw scan code to internal code.
-Added GConf(). Presents confirmation prompt and accepts Yes/No.
-Added GAlertM(). Presents alert with severity as window ornament. Deprecated GAlert() with preprocessor translation to GAlertM().
-Added StrTrm(), Trims trailing right spaces from string.
-Bug fix in Menu(). Keystroke variable incorrectly declared as byte, now set as word. Prevents console keys from presenting as normal keys due to overflow.