NairnFEAMPM Icon

Dump Command

The Dump command writes arguments of all commands to the output window. Its format is:

Dump <(option)>,<(option2)>,<...>

where (option) is off, parsed, or evaluated. These options mean

Notes

  1. The Dump command can have multiple arguments and they will be processed in order. For example,
    Dump parsed,evaluated
    
    is the same as Dump with no arguments. The command
    Dump off,parsed
    
    will turn of any prior settings and then start the parsed option.
  2. Multiple Dump commands will toggle settings with previous commands.