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 →
TWOPARAM.Dialog Type: LICENSE Purpose: Allow a Twoparam to be edited, saved, and restored in Setup(). The Twoparam is edited using the fields: Prompt [X] On(or Off) Prompt1 Val1 Prompt2 Val2… read more →
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 →
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 →
Toggle.SetValue() Type: INSTANCE FUNCTION Purpose: Copy a BOOL into an existing Toggle. Usage: Toggle.SetValue(Switch) Switch BOOL The new value of the Toggle. Related Topics
TOGGLE Type: CLASS Purpose: Provides a simple ON/OFF switch that an operator may use to set a BOOL value in Setup. BOOLs cannot be edited directly in Setup (see discussion… 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 →