Please enable JavaScript to view this site.

A-Shell 7.0 Release Notes

Navigation: Notes by Version and Date

1758 — 21 May 2024

Scroll Prev Top Next More

1758.1

Fix

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

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.