Function:
msg
┴╓: Use the MKMSGF utility contained in the OS/2 Programmer's Toolkit to create message files. MKMSGF is documented in the Building Programs book included with the toolkit.
/*** Sample code segment using SysGetMessage and insertion text vars ***/ msg = SysGetMessage(34, , 'A:', 'diskette labeled "Disk 2"', 'SER0002') say msg /** Output **/ The wrong diskette is in the drive. Insert diskette labeled "Disk 2" (Volume Serial Number: SER0002) into drive A:.