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.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to