SHOWMESSAGE(...)
Displays a dialog with a message to the user. The message is passed the same way as with PRINT command, so see PRINT on how you can pass a formatted message to this command. E.g.
ShowMessage('Number too big ',nm);
Go Back