what is the length of a string
Hi,
Can anybody tell me what is the length and data type of string and xstring.
best regards,
phani.
Tags:
Chandu Devina replied
Hi,
Length of the string and xstring are variable initially length is 0 Then the value varies depending on the content they hold during the runtime.
string is a sequence of type C
xstring is sequence of bytes type X
Regards