Quant.Printl()
Quant.Printl()
Type: INSTANCE FUNCTION
Purpose: Print a Quant to the current Output file.
The Quant is printed in the format:
Tag <tab> QUANT <tab> Quantity <tab> Prompt
If the Tag is empty, Quant.Printl() prints only the Quantity.
For example, if the Quant was created with:
Quant = QUANT.New("VOLTAGE", 1.2, "Voltage")
then Quant.Printl() gives
VOLTAGE <tab> QUANT <tab> 1.200 <tab> Voltage
Usage: Quant.Printl(Tag)
Tag | STRING |
Optional. Used to print a different Tag than the one used in the call to .New. |
Comments are closed.