Iquant.Printl()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Data and Text classes > class IQUANT >

Iquant.Printl()

Description

Print 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

 

Type

INSTANCE FUNCTION

 

Usage

Iquant.Printl(Tag)

 

Tag

STRING

Used to print a different Tag than the one used in the call to .New