DEFRECORD KCML_OPTIONS_LIST
KCML $OPTIONS LIST structure| FLD name | Pack format | Purpose |
|---|---|---|
| OPTIONS_LIST_BlankLines | UINT(1) | Blank lines in workbench |
| OPTIONS_LIST_MaxClipLength | UINT(1) | Maximum line length to copy to clipboard |
| OPTIONS_LIST_Continuation$ | CHAR(1) | Continuation character when splitting statements |
| OPTIONS_LIST_CommentCol | UINT(1) | Same line comments start at this column |
| OPTIONS_LIST_CommentTab$ | CHAR(1) | Character used to prefix a same line comment outside the IDE |
| OPTIONS_LIST_IndentSpaces | UINT(1) | Number of spaces to indent code |
| OPTIONS_LIST_MixedCase | UINT(1) | Allow mixed case variables |