Int 88

Prev Next Ralf Interrups Categories Contents

------

APL*PLUS/PC - CREATE INTEGER SCALAR/VECTOR/MATRIX <64K IN SIZE

AL = 02h
AH = rank
BX = STPTR of the variable to be assigned
CX = first dimension (if any)
DX = second dimension (if any)

Return:
ES:DI -> object CX = number of elements in the object

Note: Each dimension must be 32767 or smaller

See Also: AL=01h - AL=08h - INT C8"APL"

Category: Runtime Support - Int 88h - A

------

Prev Next Ralf Interrups Categories Contents