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
Tag | STRING | Used to print a different Tag than the one used in the call to .New |