PCB Matrix Format
by Numerical Innovations, Inc. (www.numericalinnovations.com)
Format Strings

Outputs a formatted text message to a matrix variable to be used later.
<Format></Format>

Example:
Output formatted result to variable: @sDescription

<FORMAT result="myOutput">Copper Area {{ @sCopperCalc/2.0 }} ( Sq. @sDefaultUnits )</FORMAT>

The esulting variable myOutput would be something like: "Copper Area 156.14 ( Sq. mm )"

Note
Use Global variables with double curly-brackets to solve math expressions {{...}}

Example:
Output formatted result to variable: sDescription

<FORMAT result="@sDescription">
Copper Area {{ @sCopperCalc }} ( Sq. {{ @sDefaultUnits }} )
</FORMAT>
Note
IF FORMAT does not contain the result="" attribute, the output will be directly sent out the device - like <MESSAGE>