ColumnEntry
SuperCROSS | Production System | SuperWEB2 | |||||
---|---|---|---|---|---|---|---|
Element | Format | Description | Save | Load | Load | Save | Load |
ColumnEntry | ColumnEntryDefine ColumnBody ColumnEnd | ||||||
ColumnEntryDefine | 'COLUMN' | Yes | Yes | Yes | Yes | Yes | |
ColumnBody | ColumnBody (DimensionEntry)+ (DeriveEntry) {AutoAxisTotalOption} {AxisMapEntry} {ManualDecPlace} {ManualPowerTen} {ManualColumnWidth} | Yes | Yes | No | No | No | |
AutoAxisTotalOption | ('AUTO_AXIS_FIRST' | 'AUTO_AXIS_LAST') IdentifierString |
| Yes | Yes | Ignored | No | Ignored |
ManualDecPlace | 'AXIS_MANUAL_DECIMAL' (ManualFormatEntry)+ | Not saved by default: see the note below. | Yes | Yes | Ignored | Ignored | Ignored |
ManualPowerTen | 'AXIS_MANUAL_POWER_TEN' (ManualFormatEntry)+ | Not saved by default: see the note below. | Yes | Yes | Ignored | Ignored | Ignored |
ManualColumWidth | 'AXIS_MANUAL_WIDTH' (ManualFormatEntry)+ | Not saved by default: see the note below. | Yes | Yes | Ignored | Ignored | Ignored |
ManualFormatEntry | ' "' PositiveInteger1 ', ' PositiveInteger2 '"' |
| Yes | Yes | No | No | No |
ColumnEnd | 'END COLUMN' | Yes | Yes | Yes | Yes | Yes |
ManualDecPlace, ManualColumWidth and ManualPowerTen
SuperCROSS does not save these flags to the TXD file by default.
To change this, you need to add a setting to the super.ini configuration file:
- Make sure SuperCROSS is not running.
- Open super.ini in a text editor. If you installed to the default location, this file is located at C:\Program Data\STR\SuperCROSS\super.ini.
Search the file to check whether it already includes a
[TXD]
section.If the file already includes a
[TXD]
section, set the value of theSaveExtraUserSettings
parameter to 1.If there is no
[TXD]
section in super.ini, add the following section to the end of the file:CODE[TXD] SaveExtraUserSettings=1
- Save your changes to super.ini and restart SuperCROSS.
When SaveExtraUserSettings
is set to 1, SuperCROSS saves the values for decimal places, power of ten and manual column width to the TXD.
There is a separate parameter you can add to super.ini if you only want to save the column width: SaveAxisManualWidth
.
For example, with the following configuration in super.ini, SuperCROSS will save the manual column width to the TXD, but not the power of ten or decimal place settings:
[TXD]
SaveExtraUserSettings=0
SaveAxisManualWidth=1