What is the difference between the data types "STRING" and "XSTRING"?
What is the difference between the data types "STRING" and "XSTRING"?
Tags:
srividya s replied
The elementary data type STRING is similar to data type C and refers to a variable-length string. Accordingly, the elementary data type XSTRING is similar to data type X and refers to a variable-length byte sequence.