Function CsetAll() Foundation

Sets or retrieves all ON | OFF settings.

Syntax
CsetAll( [<cNewSettingsList>] ;
       ) --> cOldSettingsList
Return

Returns a 21 byte long string where all ON settings are represented by "1" and all OFF settings are "0".

Description

The order for the settings and the position of the corresponding byte in <cNewSettingsList> is as follows:

Position of settings
Position Tools function Xbase++ setting
1 CsetAlte() SET ALTERNATE
2 CsetBell() SET BELL
3 always "0"
4 CsetCent() SET CENTURY
5 CsetConf() SET CONFIRM
6 CsetCons() SET CONSOLE
7 CsetCurs() SET CURSOR
8 CsetDele() SET DELETED
9 CsetDeli() SET DELIMITERS
10 CsetDevi() SET DEVICE
11 CsetEsca() SET ESCAPE
12 CsetExac() SET EXACT
13 CsetExcl() SET EXCLUSIVE
14 CsetFixe() SET FIXED
15 ReadInsert() INSERT-Mode
16 CsetInte() SET INTENSITY
17 CsetPrin() SET PRINT
18 CsetScor() SET SCOREBOARD
19 CsetSoft() SET SOFTSEEK
20 CsetUniq() SET UNIQUE
21 CsetWrap() SET WRAP

Note that byte 3 which is used in CA-Tools for SET CARRY is not supported.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.