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 →
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 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 →
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 →