StringOfUnicode

Description:

This method formats the current field as a string of Unicode characters. Because the software can be run on systems that do not support Unicode, this method ignores the upper byte of each byte pair and interprets the lower byte as if it were an ASCII character. This works for the Latin alphabet but will not work for other alphabets. Non-printable characters are displayed with a dot. See the description for the StringOfASCII Method for information on the "Amount of data to display" parameter.

Parameters:

[Optional]

Int

"Amount of data to display (0=unlimited)"

(Default value: 0)

Example:

FIELD unicode_string (ToEndOfLayer) (StringOfUnicode 30) "Unicode String"