Added SetStartup VerboseLogInfo command to be used by Databound Technical Support to provide additional diagnostic information.
|
Changed email processing so that a FROM email address is not required unless a TO address is provided.
|
Changed behavior of string handler, especially for the LOG statement so that non-printable characters (like \n for new line) do not have to be included in double quotes, to match behavior of OLIE™. As a side effect, variables may no longer include the "\" character.
|
A new filename replacement moniker #INPUTFILENAME# has been added, which is replaced during script processing by the name of the input file, without the extension. This allows the output log file to be named the same as the input file name.
|
A new built in variable name &InputFileName has been added, which automatically contains the name of the input file name, without the extension. This is used to access the name of the input file as a variable during script processing.
|
Added SetStartup ManualLogin command, to be used when the script has its own login instructions.
|
Modified string comparison behavior to match OLIE™ when comparing two strings that contain only 1 or more spaces. The previous EMUE behavior would result in two strings that contain a different number of spaces, and no other characters to evaluate as not equal. The new EMUE behavior treats two strings that contain only spaces to compare as equal, regardless of their length.
|
Pre-parse syntax check was added.
|