2007 Dec 05 12:19 PM
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
2007 Dec 05 3:58 PM
that seems to be an internal table. you cant use strlen for internal table.