quote:
Originally posted by higher
But there must be a solution for this problem, i don't want to believe that the script engine's possibilities are so limited.
I imagine the reason for the limit is due to the way plus puts the returned value back into messenger.
Messenger will have already put the origional message into memory and allocated a set size of memory for it. When plus goes to give messenger the new string that you return, if that string is longer than the origional one it wont fit in the space its given. Hence the limit.