= User Command "GetMsgFrom" = == Overview == `]GetMsgFrom` translates Windows error codes into a text message if possible. == Version == You can download just the script from this page: [[attachment:GetMsgFrom.dyalog]] This is version 1.0.0 from 2017-04-08. Example: {{{ ]GetMsgFrom 20 The system cannot find the device specified. ]GetMsgFrom 2 The system cannot find the file specified. }}} -- KaiJaeger <> ---- CategoryDyalogUserCommands