| |||
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.
[%v
ar.printprinting_format
] expression
... [/flag
]
Where:
printing_format
Specifies either [
| a
scii
| bin
ary
| d
ecimal
].
If none specified then the default is decimal format.h
ex
expression
Specifies 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.
flag
Specifies an additional flag:
json
Specifies an output option to display messages in JSON format.