I would think that in Unicode it would be 0x0A, 0x00, 0x0D, 0x00 since
Unicode adds the extra null (0x00) to every ASCII character. Of course, I
haven't dug into the contact record to see the details but saying the length
is between one and four bytes pretty much covers all the potential answers.
> No, it's two. The CR (carriange return, 0xD) is one and the LF (line
> feed, 0xA) is the other.
Beemer - 06 Oct 2005 08:36 GMT
|I would think that in Unicode it would be 0x0A, 0x00, 0x0D, 0x00 since
| Unicode adds the extra null (0x00) to every ASCII character. Of course, I
[quoted text clipped - 3 lines]
| > No, it's two. The CR (carriange return, 0xD) is one and the LF (line
| > feed, 0xA) is the other.
good enough for me!
thanks,
Beemer