IgnoreNonPrintableCharacters |
Top Previous Next |
×V3.0Ø
Valid for: SetStartup & SetRuntime
Syntax - SetStartup IgnoreNonPrintableCharacters {"Yes" | "No"}
Description: This command allows the user to decide whether non-printable characters (i.e. \n, \t) should be treated as special characters or if they should be read as normal text.
Note: This command can be useful when the input file contains non-printable characters (i.e. \n, \t) that should be read as regular text.
Sample: In the following example with a SetRuntime command, EMUE is instructed to IgnoreNonPrintableCharacters. The back slashes are replaced with forward slashes. Then using another SetRuntime command, EMUE is instructed to stop ignoring non-printable characters. SetRuntime IgnoreNonPrintableCharacters "Yes" Copy Comment File 1 80 Replace Comment Comment "\" "/" SetRuntime IgnoreNonPrintableCharacters "No"
|