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)).