:
This message was edited by NeoLeviathan at 2003-3-16 15:56:14
: Working with turbo pascal, when I tried compiling my latest project I got this error on this line (in my type section):
:
:
: MARKERARRAY = ARRAY[1..3, 1..100, 1..100] OF INTEGER;
:
:
: I tried also using PACKED ARRAY, i'm guessing i'm surpassing some DOS memory limit for COM files, is their any solution to this?
: Any help is GREATLY appreciated because I don't want to have to make a new way of checking my coordinates.
:
:
:
markerarray : array[1..3, 1..100, 1..100] of integer;
[\code]