Please enable JavaScript to view this site.

A-Shell Development History

1109.2.1

XTREE print improvements: Zoom and page configuration now saved/restored between preview sessions (sharing with APEX). Also, help button now links to APEX.CHM.

1109.2.2

Multi-line INFLD/GUI now supports multi-line clipboard paste. (Same fix as 999.5).

1109.2.3

XTREE max columns increased from 64 to 80 (and overflow test inserted). (Same fix as in 999.5).

1109.2.4

AUI_CONTROL enhancement: max size of ctext parameter increased from 512 to 1024. (Can be an issue with extremely large TAB controls or multi-line text controls.)

1109.1.1

ISAM 1.0 / LOKSER bug fix: A bogus error 39 (illegal sequence) was being generated by ISAM "next" operations (function 2 or 7). Problem introduced in 5.1.1107.

1109.0.1

Re-design the regular expression support, with the following highlights:

INSTREX() has been merged with INSTR(); they are distinguished by the number of arguments passed. (Detailed in separate section below.)
Remove the static link dependency on PCRE3.DLL. It is now only loaded when you first use a regular expression function. If the library cannot be found, the function will return error -98.

1109.0.2

Add support for Regular Expressions in INSTR().