The control string is useless.The control is set to be Textbox with Interactive Range Selector button.
You can set the default data in Data field of the X-Function Bulider.
| Variable Data | Input | Output | Input/Output |
|---|---|---|---|
| <unassigned> | The default value set to be empty Value. | The variable value will be put out to the user-defined Range. | The variable value is set to be empty Value and the result will be put out to the user-defined Range. |
| <active> | The default value will be set to the active range value. | useless | The default value will be set to the active range value and usless on output. |
| LabTalk Variable Name | The default value set to be the LabelTalk variable value. | The variable result value will be put into LabTalk variable. | The variable value can be got from the Labtalk Variable Name. After Execution, the result value will be put into the Labtalk Variable. |
| Range string | The default value set to the Range string value. | The variable result value will be put into the Range. | The variable value can be got from the range. After Execution, the result value will be put into the Range. |
You can see the more detailes in Option Strings