Please enable JavaScript to view this site.

A-Shell Development History

1126.3.1

AUI_CONTROL bug fix: close loophole leading to divide by zero when loading an image into a zero-width control).

1126.3.2

Fix SBX / Function / Procedure Parameter Passing.

1126.1

XTREE refinement: Eliminate most of the flicker when adding text to an existing tree using XTF_NOSEL.

1126.2

SCRSTS.SBX 1.3(108), the scrolling status window handler, can now use XTREE instead of INFLD. See Using XTREE with SCRSTS.

1126.3

MX_FINDFIRST refinement: embedded %ENV% variables are now supported.

1126.1.1

Compiler bug fix: IF/ELSEIF/ENDIF (with no ELSE clause) was generating an error but not reporting what the error was.

1126.1.2

INFLD bug fixes relating to forms (TYPE f) and GUI: (1) Last char of field would mysteriously reappear after deleting, replacing. (2) Replacing selected chars was not re-synchronizing the form.

1126.0.1

XTREE enhancement: It is now possible for users to save their own XTREE adjustments. See Save User Adjustments.

1126.0.1

Compiler / Language enhancement: New compile-time function SIZEOF(VAR) (requires /RC or /X:2) may be used to reference the size of a previously mapped variable. For example: MAP1 VAR2,S,SIZEOF(VAR1) or X = Y * SIZEOF(Z)