938.0.1
VUE now supports a COLOFFSET command (both at the command level and in INI.VUE) to adjust the starting column number. By default, VUE calls the first column #0, but if you want the first column to be numbered 1, then use >COLOFFSET 1 (or add COLOFFSET = 1 to the INI.VUE).
938.0.2
(Windows/ATE) XTREE cell editing now treats SHIFT+LEFT/RIGHT arrow like most other Windows programs (i.e., selects characters). You must use CTRL+LEFT/RIGHT arrow to move to an adjacent cell. You can also now hold down the CTRL key and use all arrow directions to move between editable cells. (Previously CTRL+arrow only worked with non-checkbox editable cells and only for left and right.)
938.0.3
(Windows/ATE) Close loophole in INFLD which allowed a left arrow exit (setting EXITCODE=2) when MAXCHARS>XMAX even if TYPE 2 not specified.