[fpc-pascal] Accessing open array

Koenraad Lelong fpascal at brouwerij.homelinux.net
Sun Jun 3 17:57:42 CEST 2012


On 03-06-12 17:53, Koenraad Lelong wrote:
> Hi,
>
> Im trying to access an open array but I get a runtime error. I googled a
> bit, and found some suggestions, but for me they don't work.
Forgot to say : runtime error is 216.

> modified (with the same error) :
>
> const
> FONT6x8 : array[0..775] of byte = (
> $06,$08,$08,$00,$00,$00,$00,$00, // columns, rows, num_bytes_per_char
> $00,$00,$00,$00,$00,$00,$00,$00, // space $20
> $20,$20,$20,$20,$20,$00,$20,$00, // !
> $50,$50,$50,$00,$00,$00,$00,$00, // "
> $50,$50,$F8,$50,$F8,$50,$50,$00, // #
> ...
This is my actual code.

Koenraad Lelong.



More information about the fpc-pascal mailing list