The only part of the message record that can be altered by an ESL Client is the text of the message. The identifier, parameter count, parameter types and parameter order must remain unchanged, this includes the order of the parameter placeholders within the text of the message.
You can change the maximum length of a string parameter that is inserted, by changing the placeholder within the text, as follows:
"%.70s" is not an ESL binary file.
only allows 70 characters for the name of the file to be displayed, changing the value between the "%." and the "s" to 120 as below, allows a longer file name to be displayed.
"%.120s" is not an ESL binary file.
|