ONEPARAM.New()
ONEPARAM.New()
Type: CLASS FUNCTION
Purpose: Create and initialize a new Oneparam object.
Usage: Oneparam = ONEPARAM.New(Tag, Bval, Val1, Prompt, Prompt1)
Tag |
STRING |
Used by Setup() Save/Restore, Tag.Printl(). |
|
Bval |
BOOL |
Initial value for BOOL within Oneparam. |
|
Val1 | REAL | Initial value for REAL. | |
Prompt | STRING | Prompt string for whole project. | |
Prompt1 | STRING | Prompt string for REAL. | |
Oneparam | ONEPARAM | The initialized object. |
Comments are closed.