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

Outputs a formatted text message to the standard output device (stdout).
<Message></Message>

Note
Use Global variables with double curly-brackets to format text {{...}}
<MESSAGE>My sample text message output to stdout</MESSAGE>

My sample text message output to stdout

<MESSAGE>Total Copper Area {{copperarea}} ( Sq. {{myUnits}} )</MESSAGE>

Total Copper Area 200.0 ( Sq. mm )

<Message>Easily format text output: {{my_total_copperarea}}</Message>

Easily format text output: Total Copper Area 200.0 ( Sq. mm )