Data function UBOUND
1020 UBOUND (array [, dim])30Returns the upper bound of ‘array’.
10
20
30
See examples
Data function PEEK32
1020 PEEK32 (addr)30Returns the dword at a specified memory address.
Data function PEEK16
1020 PEEK16 (addr)30Returns the word at a specified memory address.
Data function PEEK
1020 PEEK (addr)30Returns the byte at a specified memory address.
Data function MALLOC
1020 MALLOC (size)30Allocates a memory block. The variable can be released using ERASE.