Display Special Character '¦'
Display Special Character '¦'
(OP)
Because the pipe (|) symbol is the continuation character, it is ignored in my message string even though it is enclosed as part of the string (in quotes).
How can I display the | in my message?
Thanks.
How can I display the | in my message?
Thanks.
RE: Display Special Character '¦'
| = ASCII(124)
¦ = ASCII(166)
Message('TextBody <166> Something','Header')
-----
carabez@hotmail.com
RE: Display Special Character '¦'