Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FORMAT_MESSAGE VS WRITE_MESSAGE

Former Member
0 Likes
346

hi

what is the advantage of write_message over format_message?

thanks

1 REPLY 1
Read only

Former Member
0 Likes
308

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