Quote Originally Posted by pedja089 View Post
When using STR, maximum number of bytes is 255. It is only one byte counter.
Darrel already give simple workaround:
HSERIN2 [STR MESS1\255, STR MESS1[256]\255]
Thanks for the detail. What does this (bold highlighted) code do?