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