ID:138257
 
...a proc that strips a text string of macros? I thought there was, but I couldn't find one in the reference. If there isn't, I humbly request one. It would be a much easier way of making sure users don't "exploit" with their say (and other) verbs than something like:

if (findtext(msg,"\n") || findtext(msg,"\...") || findtext(msg,"\red") ...

Such a proc would ideally remove the macros from the text string entirely, rather than representing them as text.

Z