Size: 582
Comment:
|
← Revision 32 as of 2017-04-08 06:52:16 ⇥
Size: 521
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was copied from UserCommands/fire = User Command "Fire" = |
= User Command "GetMsgFrom" = |
Line 5: | Line 4: |
Fire is a powerful utility designed to search and replace strings in a workspace. Fire stands for FInd and REplace. Fire is designed to be used as a User Command. Therefore the User Command script is part of the download of Fire itself. See [[Fire]] for details. |
`]GetMsgFrom` translates Windows error codes into a text message if possible. |
Line 11: | Line 8: |
You can download just the script from this page: [[attachment:Fire_UC.dyalog]] | You can download just the script from this page: [[attachment:GetMsgFrom.dyalog]] |
Line 13: | Line 10: |
This is version 1.2.0 from 2015-040-04. | This is version 1.0.0 from 2017-04-08. |
Line 15: | Line 12: |
-- KaiJaeger <<DateTime(2012-03-21T09:03:31Z)>> | Example: {{{ ]GetMsgFrom 20 The system cannot find the device specified. ]GetMsgFrom 2 The system cannot find the file specified. }}} -- KaiJaeger <<DateTime(2017-04-08T06:52:16Z)>> |
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: 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 2017-04-08 06:52:16