COLX COLX performs various modifications in the edit field. COLX col1,col2 exchanges columns col1 and col2 for the lines below the command (COLX) line. Default is col1=0, col2=last column; i.e. the control column and the last column are exchanged. COLX Ri,Cj (where i and j are integers) modifies the visible part of the edit field in such a way that i lines and j columns are displayed. Typically i<=23 and j<=80. COLX Scol1,col2 copies characters in column col2 to shadow characters of column col1. COLX Li,col,j copies characters of line i to characters in column col starting from line j. Changing and hiding shadow effects (colors) in the edit field COLX s<shadow_code>,<new_code> displays characters with <shadow_code> with another shadow code <new_code>. The codes are given in decimal form, i.e. shadow `1' (red) is code 49 obtained by conversion 1(ascii:10)=49 . For example, COLX s49,32 (red->blank) hides effects of shadows `1'. COLX s,<BIN_file> converts all shadow codes according to a 256 byte binary file. Default path for the file is <Survo>\U\SYS and extension is .BIN . Binary files are maintained by CODES SAVE and CODES LOAD commands. For example, COLX s,SHADKILL hides all shadow effects, i.e. maps all shadow codes to blank (32). COLX s restores original setting. COLX w displays the current size of the main window in the form COLX w 30 80 (window size) where 30 is # of lines and 80 is # of columns. (See also RESIZE?). COLX W<integer> gives the coefficient for waiting times in sucros. Default is COLX W10. In tutorials (sucros) this coefficient can be changed temporarily by '+' and '-' keys. '+' decreases and '-' increases its value. COLX APU <word>=<value> sets a new line <word>=<value> in the SURVO.APU file. If the <word> line already exists, it's value is replaced by the new one. COLX APUDEL <word> deletes the <word>=<value> line from SURVO.APU. After COLX APU and COLX APUDEL the new contents of SURVO.APU is valid when Survo is started again or a SETUP SURVO.APU command is given. Alternatively, SYS is the same as COLX APU and SYSDEL is the same as COLX APUDEL. C = More information on control operations