MXP
Syntax: #MXP mode text
Echo the text to the screen like the #SHOW command. However, Secure MXP commands are allowed in the text. See this article for details on using MXP commands, and for examples.
The mode is optional - 1 enables secure mode, 0 disables it. If mode isn't specified, secure mode defaults to on. Be careful if your #MXP command begins with a function call - make sure to specify the mode in this case.
#MXP 1 %concat("<color ",%pref(ForeCol7)," >Hello folks </color>")
Correct
#MXP %concat("<color ",%pref(ForeCol7)," > Hello folks </color>")
Incorrect |