Iquant.Print()
Iquant.Print()
Type: INSTANCE FUNCTION
Purpose: Prints an Iquant to the current Output file.
The Iquant is printed in the format:
Tag <tab> IQUANT <tab> Quantity <tab> Prompt
If the Tag is empty, Iquant.Printl() prints only the Quantity.
For example, if the Iquant was created with:
Iquant = IQUANT.New(“LOOPS”, 120, “Loops”)
then Iquant.Printl() gives
LOOPS <tab> IQUANT <tab>120<tab>Loops
Usage: Iquant.Printl(Tag)
Tag | STRING | Used to print a different Tag than the one used in the call to .New |
Comments are closed.