[Oberon] Printing an array

Stefan Salewski mail at ssalewski.de
Tue Oct 7 23:31:18 MEST 2008


Am Dienstag, den 07.10.2008, 15:05 -0500 schrieb Martin Bishop:
> This is probably a silly question, but how can I create a function to
> print an array?
[...]
> 
> I get the error:

Depending on your compiler/system type of LEN(a) may be LONGINT.
You may try VAR i: LONGINT; or SHORT(LEN(a)).




More information about the Oberon mailing list