|
Opens the following dialog box to allow the user to rearrange the order of a list of
strings.
| Number | Type | Compulsory | Default | Description |
|---|---|---|---|---|
|
1 |
string array |
Yes |
|
Strings to sort |
|
2 |
string |
No |
'Select Item Order' |
Box caption |
Return type: string array
The strings in the new order, or an empty string if cancel is pressed.
The following statement will open the box as shown in the above picture
| Show UpDownDialog(['Vout', 'Osc', 'Vp', 'Comp', 'Sense', 'Vfb', 'Refv', 'Gnd'], 'Select Pin Order') |
|
|
||