Trying to send an email with isxpoco that has a comma in it, but it keeps on breaking the message right after the comma.
Is there anyway to escape the comma so it won't break when sent through isxpoco?
Working on a trigger to send me an email with the message from eq2afkalarm on those rares moments when a sound might be irritating or not appropriate.
This wont work:
It will only display: Soandso tells you
Haven't worked around with Lavishscript in a good while now so would appreciate any hints
Is there anyway to escape the comma so it won't break when sent through isxpoco?
Working on a trigger to send me an email with the message from eq2afkalarm on those rares moments when a sound might be irritating or not appropriate.
This wont work:
Code:
SendEmail "test@test.com" ${EQ2String.CleanLinks["${Line.Escape}"]}
Haven't worked around with Lavishscript in a good while now so would appreciate any hints