<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Data and Text classes > class MULTIPARAM > Multiparam.Desc2() |
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”
Desc2= Multiparam.Desc1()
Desc2 |
VECTOR |
A VECTOR of STRING containing the different extra descriptions specified during the call to .New |