| SciCalc options
| 
| SciCalc options are set via a system variable.
|
| Option  Meaning                                               Values
|         BASE,TRIGONOMETRIC  mode to start up in               b,d
|           b = base mode number
|               1 = decimal
|               2 = binary     
|               3 = octal        
|               4 = hexadecimal
|
|           d = trigonometric mode (used when you next change to decimal base)
|               1 = radians
|               2 = degrees
|               3 = gradians
|
| For example (the default):
|     Set SciCalc$Options 1,2
| 1   - decimal mode
| 2   - degrees
|
|
| SciCalc startup window position is set via a system variable.
|
| Option  Meaning                                               Values
|         X,Y graphics coordinates from the bottom left corner  x,y
|           x = X graphics coordinate
|           y = Y graphics coordinate
||
| For example:
|     Set SciCalc$Window 700,900
| x   - 700 pixels
| y   - 900 pixels
| 
| Use AppsSetup to make choices to these configuration settings
