findmsg =======
This little program helps you to find builit-in messages in the HP49G/HP4G+ calculator. Just put a search string on the stack and run this program. It will offer a choose list of messages which all contain this word. Search is case-insensitively. The scanned message together with its number will be on the stack if leaving with OK or ENTER. The number appeaars as a readable system bint.
You may also select several messages with the +/- key which then all will be found on the stack. Be careful after selecting because the tick marks may disappear (probably a bug in the original browser).
The main application of such a tool is to save bytes in programs. Using a message bint together with JstGetTHEMESG is shorter than including a string if the string contains more than 2 characters. Therefore, if your program needs to display a message, look first for a suitable built-in message.
findmsg is also essentially a part of the library Msgman.
Version 1.1 June 5, 2002 Version 1.2 October 8 2003
Carsten Dominik <dominik@astro.uva.nl> Wolfgang Rautenberg raut@math.fu-berlin.de