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