Was this helpful?
EZscript DJMessage Objects
The following EZscript objects allow you to change encoding parameters:
DJMessage
DJImport
DJExport
DJMessage variable properties do not support encoding. However, you can use a File function and a message URI handle when writing or reading from a DJMessage as shown below:
FileRead("djmessage:///someMsg", ENC_UTF8)
FileWrite("djmessage:///someMsg", someString, ENC_UTF8)
See Also
Last modified date: 08/02/2023