Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

unicode converting problem

Former Member
0 Kudos
78

how to convert deep structure or table to char .

it is in unicode

DESCRIBE FIELD cprel LENGTH tabix.

tabix1 = strlen( cprel ).

cprel contains fields of different type clnt , char ,int4,dats, lraw total length of all fields 3991.

i have done for the first statment

DESCRIBE FIELD cprel LENGTH tabix in Byte mode.

<b>tabix1 = strlen( cprel ).</b>it s giving error

as "CPREL" must be a character-type data object (data type C, N, D, T or

1 REPLY 1

former_member191735
Active Contributor
0 Kudos
48

that seems to be an internal table. you cant use strlen for internal table.