Quote:
Originally Posted by Proxson
*bump
is this line causing the issue ? Sorry guys.
|
The error is in this line...
Is missing zero digit in value. Sorry!
Code:
StringChangeEx(Result, '{sendto}', ExpandConstant('{{#VER > 0x506000 ? "user" : ""}sendto}'), True); {>5.60}
Change value to:
Code:
StringChangeEx(Result, '{sendto}', ExpandConstant('{{#VER > 0x5060000 ? "user" : ""}sendto}'), True); {>5.60}
It will be fixed in the next version.