|
<< Click to Display Table of Contents >> MULPRT |
![]() ![]()
|
The MULPRT statement prints variables/expressions, and can be thought of as a special version of PRT, to which the user is referred regarding syntax etc. Note that PRT, PLOT, SHEET and CLIP have the same syntax as MULPRT.
You can think of mulprt x; as simply being short for prt <m q> x;, that is, printing the absolute multiplier x-@x together with the relative multiplier (x/@x-1)*100, where @x is x from the Ref databank.
MULPRT is often used to compare two databanks, for instance before and after a solve (SIM).
time 2011 2014; |
As seen, mulprt x; and prt <m q> x; yield the same results. You may use mulprt <v> x; (v for verbose) to obtain more detailed multiplier output.
// x % <rn> <rp> <m> <q> |
The shorter prt <v> x; yields the same result.
Related options
See the PRT statement.
Related statements