Need info on comments

 
Hi, My ea has extensive use of comments. I put comments within OrderSend(), but comments are being cut. Anybody knows the maximum usable length of a comment (excluding the part that can be added by server) ?
 
I thnk their strings are up 255 chars long.
Also if you close a partial order your comment will be gone.
 
It's true that 255 is the maximum length of a string, but my comments are being cut at ~ 32 chars... and I wanted to know if that's normal...
 
31 characters + zero terminator. Server can rewrite 6 last characters. ie safety length is 25
Reason: