<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Data and Text classes > class QUANT > Quant.Printl() |
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
Quant.Printl(Tag)
Tag |
STRING |
Optional. Used to print a different Tag than the one used in the call to QUANT.New(). |