Scripting in StreamServe > StreamServe scripting language specifics > Strings

Strings
You can enter strings in two different ways:
"string"
"<[string]>"
Using "string"
When you use "string", hexadecimal values are converted to the corresponding ASCII characters. For example, "<C2>" is converted to "Æ".
Using "<[string]>"
When you use "<[string]>", hexadecimal values are not converted. You can enter any characters in the string except the ending sequence ]>" which will close the string.
OpenText StreamServe 5.6.2 Updated: 2018-01-26