basic.array.variable

Definition/BASIC Program, Releases: AP and R83

References a dimensioned array.

Description

references a dimensioned array.

Example

When an 'array.variable' is used to describe a dimensioned array, it
must be used with a subscript to indicate the specific variable descriptor in
the array:

a(10) or a(n)

Otherwise it must be used in a 'mat' statement to indicate all
elements in the array:

mat a = ''

This sets every variable in the array 'a' to null.

matread a from ......

This reads an item and parses the attributes to 'a'.

See Also

Command Name Type Description
arrays.relational.expressions Definition Description of array handling.
basic.insert Function Inserts element into array.
basic.locate Statement Locates element in string expression.
basic.write Statement Writes dynamic array to file.
basic.matwrite Statement Writes dimensioned array to file.
basic.read Statement Reads item into dimensioned or dynamic array.
basic.matread Statement Reads item into dimensioned array.
basic.dim Statement Declares a dimensioned array.
basic.) Reserved Character surrounds arguments within functions, encloses subscript refererences within dimensioned arrays, and overrides the normal order of precedence evaluation.
array Definition tables of values of any data type.
basic.array.references Definition Referencing arrays.
basic.replace Function Replaces element in string expression.
basic.extract Function Extracts element from array.
non.fatal.error.condition Definition an error which does not force termination of a program.
basic.array.dimensioned Definition a table where the contents of the elements can be altered (replaced) but the position of each element is fixed.
basic.inmat Function returns information about arrays

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.