Please enable JavaScript to view this site.

A-Shell Development History

 

 

A-Shell Release Notes Version 7.0.1758.1 (02 May 2024)  

1758.1

Fix

Fix 32-bit limit on file offsets, which ironically affected only 64-bit platforms.

 

 

A-Shell Release Notes Version 7.0.1758.0 (29 April 2024)  

1758.0

EIR

XTREE: new cformat code HH acts like H (hide column) but only if the column is empty (if string) or zero (if numeric).

Note that the logic supporting this is tied to the data (rather than answer) array load operation.  So adding data to the answer array for a previously hidden HH column and and re-entering with XTROP_RESELECT will not cause cause the column to become visible. But adding it to the data array and re-entering with XTROP_REPLACE should reevaluate the column to determine if it should become visible.