1389.1 |
Windows bug fix / enhancement: MX_FINDFIRST was previously failing after the second level of recursive nesting. It now supports nesting up to 20 levels deep. It was also failing to properly handle paths longer than 164 characters. |
1389.0.1 |
Compiler refinements (edits 704-706): improvements to LSX/LSM format relating to $ordmap and dimx arrays. |
1389.0.2 |
Language enhancement:: A-Shell now supports Passing DIMX Arrays to functions/procedures by reference. |
1389.0.3 |
Runtime enhancement, behavior change: .EXTENT(array()) now returns the logical extent of an array that has been auto-extended. Previously, it returned the physical extent, which was typically larger due to optimizations in the way arrays are physically extended. Although this is a change of behavior, it's extremely unlikely to have any negative effect on existing programs. It just makes the returned value more useful. |