How to use special characters in MAX
Hi,
I would like to use special characters like tabulation character in max. If I have message like this "foo|bar|baz" how I can change the "|" character to tabulation char?
the is a [regex] object for regual expressions. but tabs might be substituted/treated with/as regular withe spaces.
Thank's Jan for answer. I am aware of regex object. Sorry but you did not answer my question. Which is how to use special characters in max like tabulation.
[text] understands the [tab] message. You can double click the [text] object to see its contents, tabs and all. The [text] helpfile shows how to get a tab into your text.
Another option would be to change the unicode for "|" from 124 to 9 the unicode for 'tab'.
@RICK This is what I need thanks a lot.
Although it is such a shame that Max does not have way to escape special characters.