‎2006 Aug 28 4:55 PM
hi
what is the advantage of write_message over format_message?
thanks
‎2006 Aug 28 5:03 PM
HI,
FORMAT_MESSAGE Takes a message id and number, and puts it into a variable. Works better than WRITE_MESSAGE, since some messages use $ as a place holder, and WRITE_MESSAGE does not accommadate that, it only replaces the ampersands (&) in the message.
Thanks
Sudheer