ESLSTR Function
Converts special characters within a string to escape sequences.
EncodeString(StringWithSpecialChars_SV)
Parameters
StringWithSpecialChars_SV
An ESL string containing special characters.
Returns
An ESL string containing escape sequences.
Description
Certain special characters cannot be passed between local application (e.g. ESLODBC.exe) and the main ESL application. This function allows a string to be sent to local application with special characters within it.
See Also
DecodeString( ) Function.