New language feature: WRITECD or WRITETD of an entire array. Syntax:
WRITECD #ch, ary()
WRITETD #ch, ary()
This is equivalent to:
WRITExD #ch, ary(1), ary(2), ...
... up to the extent of the array.
Comments
• | Requires compiler edit 941+ and A-Shell version 6.5.1697+. |
• | The ary() must be of type X. The element size can be fixed or dynamic, and the array itself can be fixed (i.e. MAPped) or created with DIMX. DIMX with AUTO_EXTEND is recommended for maximum flexibility. |
• | See corresponding INPUT CSV #ch, ary() feature added in 6.5.1629.0 and recently updated. |