Selector.Sprint() Type: INSTANCE FUNCTION Purpose: Print a selector value to a string. Usage: Result = Selector.Sprint() Result STRING Index number of the current selection. Related… read more →
Selector.Value() Type: INSTANCE FUNCTION Purpose: Copy the current value of a Selector into a INDEX. Usage: Result = Selector.Value() Result INDEX Currently selected item in… read more →
SetConfig() Type: REGULAR FUNCTION Purpose: Write a value to an .INI file. After the write there is an entry in the .INI file of the form: [Section] Key=Text Usage: SetConfig(File,Section,Key,Text) … read more →
RtoD() Type: REGULAR FUNCTION Purpose: Convert an angle from radians to degrees. Usage: Degrees = RtoD(Degrees) Radians REAL The angle in radians. Degrees REAL The angle in degrees.… read more →
RunnerStatus() Type: REGULAR FUNCTION Purpose: Write a short string in the runner status region of the Runner window. This region is on the status bar to the right of the… read more →
SELECTOR.Dialog Type: LICENSE Purpose: Allow Selector to be edited, saved, and restored in Setup(). The Selector is edited using the format: Prompt [X ] Label0 [ ] Label1 [… read more →
Selector.New() Type: CLASS FUNCTION Purpose: Create a new Selector object. Usage: Selector = SELECTOR.New(Tag, List, Value, Prompt) Tag STRING Used in Setup for Save/Restore, Printing. Tag is a name… read more →
ScriptTitle() Type: REGULAR FUNCTION Purpose: To return the name of the Explain script that is running The value returned is a STRING which is the script name including extension. Usage: Result… read more →
Selector.Label() Type: INSTANCE FUNCTION Purpose: Retrieve the selected label from a Selector. Usage: Result = Selector.Label() Result STRING Name of the currently selected item in… read more →
SELECTOR Type: CLASS Purpose: Allows a user to select a value from a list of values in Setup(). The value can be saved in and restored from the .SET file.… read more →