TWOPARAM.New() Type: CLASS FUNCTION Purpose: Create and initialize a new Twoparam object. Usage: Twoparam = TWOPARAM.New(Tag, Bval, Val1, Val2, Prompt, Prompt1, Prompt2) Tag STRING Used by Setup(), Save/Restore, and… read more →
Toggle.Sprint() Type: INSTANCE FUNCTION Purpose: Print the toggle value to a string. Usage: Result = Toggle.Sprint() Switch BOOL The current value of the Toggle … read more →
Toggle.Value() Type: INSTANCE FUNCTION Purpose: Copy the current value of a Toggle into a BOOL. Usage: Switch = Toggle.Value() Switch BOOL The current value of… read more →
TWOPARAM Type: CLASS Purpose: Allows the creation of a complex object consisting of one BOOL and two REALs bundled into one object. The advantage of bundling is that a TWOPARAM… read more →
Twoparam.Check() Type: INSTANCE FUNCTION Purpose: Copy the current value of the BOOL embedded in a Twoparam into a BOOL. Usage: Value = Twoparam.Check() Value BOOL… read more →
TOGGLE.Dialog Type: LICENSE Purpose: Allow Toggle to be edited, saved, and restored in Setup(). The Toggle is edited using the fields: Prompt [ ] Off or Prompt [X] On When… read more →
TOGGLE.New() Type: CLASS FUNCTION Purpose: Create a Toggle object. Usage: Toggle = TOGGLE.New(Tag, Switch, Prompt) Tag STRING Used in Setup for Save/Restore. Switch BOOL Initial value Prompt… read more →
Time() Type: REGULAR FUNCTION Purpose: Calculate the number of seconds elapsed since 00:00:00 1/1/70 and the time specified by the parameter. This time convention is compatible with the Microsoft® C… read more →
TimeStamp() Type: REGULAR FUNCTION Purpose: Create a string of the form “Hr:Min:Sec”. If no parameter is given, use the current system time. Otherwise, convert the parameter into a date. The… read more →
Toggle.Printl() Type: INSTANCE FUNCTION Purpose: Print a Toggle to the current Output file. The Toggle is printed in the format: Tag <tab> TOGGLE <tab> T <tab> Prompt or Tag <tab>… read more →