How to print % sign?

Does anybody know how I can print a % sign in a message?

MESSAGE(‘test percentage %1’, ‘%’);

Or create a global text constanct and set the value to % golbal text mytext %; message(mytext);

Hi Ahmed, no, this does not work. Greetings Daniel

You are right Danniel. Now that I think about it is used for substitution as well. This does work though golbal text mytext %; message(’%1’,mytext);