Selector.Printl() Type: INSTANCE FUNCTION Purpose: Print the Selector to the current Output file. Selector is printed in the format: Tag <tab> SELECTOR <tab> Value <tab> Prompt Usage: Quant.Printl(Tag) … read more →
Selector.SetStyle() Type: INSTANCE FUNCTION Purpose: Format the style of a selector. This function allows the user to set certain selector items to be asterisked or grayed out. The following table… read more →
Selector.SetValue() Type: INSTANCE FUNCTION Purpose: Set the value of a selector. Usage: Selector.SetValue(Value) Value INDEX New value to be set. Related Topics
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 →
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 →