|   | 
        Opens the following dialog box and enters the names and values specified in the
          arguments.
         
            
| Number | Type | Compulsory | Default | Description | 
|---|---|---|---|---|
| 1 | string array | Yes | 
 | Names | 
| 2 | string | Yes | 
 | Values | 
| 3 | string | No | 'Edit Device Parameters' | Title | 
Return type: string array
The following would open a dialog box as shown in the above picture:
| Show UserParametersDialog(['ACRES', 'DTEMP', 'L', 'M', 'SCALE', 'TC1', 'TC2', 'TEMP', 'W'], | 
| + [", '10.3', ", '1.0', '120u', ", ", ", '5u']) | 
| 
 | ||