HTBasic Help
×
Menu
Index

OUTPUT Statement

 
OUTPUT can be used to send numeric data, array elements, character strings, sub-strings, or full arrays. Full arrays are specified with the full array specifier, "(*)", and are output in row major order. Row major order means the right-most subscript is incremented before the subscript to the left of it. If the default output formats are not acceptable, USING/IMAGE can be used to format the data as needed. If the data is sent with FORMAT OFF, then just the internal representations are sent, with no item separators. If the data is output with FORMAT ON, then data is sent in ASCII, printable characters. Numeric and string items are sent as described below.