Skip to Content
0
Former Member
Feb 24, 2014 at 12:33 PM

Concatenate accomadate only 255 characters?

85 Views

Hi ,

I am facing a situation where when i concatenate variables into X, the value X will have values of length 255. Rest all are not appearing.

But when i see in the debugger in tabular form, i can see values of 333. How to get 333 values in a same line.?

data :z TYPE string,

concatenate x and y into z.

Values x(200) any y(130) but in z(its 255) remaining are not appearing.

Please help me in solving this issue.

Thanks

Vijay