<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Data and Text classes > class TWOPARAM > TWOPARAM.New() |
Create and initialize a new Twoparam object.
Twoparam = TWOPARAM.New(Tag, Bval, Val1, Val2, Prompt, Prompt1, Prompt2)
Tag |
STRING |
Used by Setup(), Save/Restore, and Tag.Printl(). |
Bval |
BOOL |
Initial value for BOOL within Twoparam. |
Val1 |
REAL |
Initial value for first REAL. |
Val2 |
REAL |
Initial value for second REAL. |
Prompt |
STRING |
Prompt string for whole object. |
Prompt1 |
STRING |
Prompt string for first REAL. |
Prompt2 |
STRING |
Prompt string for second REAL. |
Twoparam |
TWOPARAM |
The initialized object. |