| |||
| Home > CMM-style Commands Supported by the Debugger > CMM-style commands listed in alphabetical order > var.print | |||
This command concatenates the results of one or more expressions.
[%var.printprinting_format] expression... [/flag]
Where:
printing_formatSpecifies either [ | ascii | binary | decimal].
If none specified then the default is decimal format.hex
expressionSpecifies an expression that is evaluated and the result is returned. You can use script variables in an expression by preceeding the name with a backslash. Script variables are for use at runtime only.
flagSpecifies an additional flag:
jsonSpecifies an output option to display messages in JSON format.