(If anyone has a good link for a LotusScript help site, please post this as well).
I have created an auto-reply agent. I’ve dimmed the ‘ReplyBody’ as a string variable, but now that HR has supplied me the text they want, there’s hard returns in it, so the string variable doesn’t work.
So - do I need to use a special character for hard returns? Do I need to dim it as a different data type?
A constant can’t be a variable like Chr$(10) + Chr$(13)… either do it as a string variable, or set the constant to just one or the other value. That’s why you’re getting the illegal wotsit message.