Multiparam.Printl()

<< Click to Display Table of Contents >>

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

Multiparam.Printl()

Description

Print a Multiparam to the current Output file.

 

The output is printed in the format:

 

Tag<tab>MULTIPARAM<tab>Value <tab>Count<tab>Desc1_1<tab>..Desc1_[Count- 1]<tab>

&Desc2_1<tab>…Desc2_[Count – 1]<tab>Index<tab>Prompt

 

Using Example Inputs (see MULTIPARAM.New()), the output would look like:

 

DISCHARGEMODE<tab>1.0<tab>3<tab>Constant Current<tab>Constant Resistance<tab>Constant Power<tab>

&A<tab>ohm<tab>W<tab>0<tab>Discharge Mode

 

Type

INSTANCE FUNCTION

 

Usage

Multiparam.Printl (Tag)

 

Tag

STRING

Optional. Used to print a different Tag than the one used in the call to MULTIPARAM.New().