Multiparam.Desc2()

<< Click to Display Table of Contents >>

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

Multiparam.Desc2()

Description

Copy the current value of the second VECTOR embedded in a Multiparam into vector of STRING.

 

Using Example Inputs (see MULTIPARAM.New()), Desc2 would be a VECTOR of 3 containing:

 

Desc2 [0] = “A”

Desc2 [1] = “ohm”

Desc2 [2] = “W”

 

Type

INSTANCE FUNCTION

 

Usage

Desc2= Multiparam.Desc1()

 

Desc2

VECTOR

A VECTOR of STRING containing the different extra descriptions specified during the call to .New