>>-SysGetMessageX(set,num--+---------------------------------+--)-><
                           +--,--filename--+---------------+-+
                           |               |  +---------+  | |
                           |               |  V         |  | |
                           |               +----,--str--+--+ |
                           |   +---------+                   |
                           |   V         |                   |
                           +-----,--str--+-------------------+
%s with the text you specify. SysGetMessageX can replace up to 9 placeholders.
		Example 8.19. RexxUtil - SysGetmessagex
/* sample code segment using SysGetMessage */ msg = SysGetMessageX(1, 485, "rexx.cat", foo) say msg /*** Output ***/ Class "foo" not found.