On Thu, 2003-03-27 at 03:36, Michael Van Canneyt wrote:
>
>
> On 26 Mar 2003, Jon David Sawyer wrote:
>
> > I seem to remember being able to declare something like:
> > MyArray = Array of Byte;
> >
> > Useing "MyArray" as an easy way to get a pointer to a memory location.
> >
> > Now if I do som
On 26 Mar 2003, Jon David Sawyer wrote:
> I seem to remember being able to declare something like:
> MyArray = Array of Byte;
>
> Useing "MyArray" as an easy way to get a pointer to a memory location.
>
> Now if I do something similar: tQPixelArray = Array of tQPixel; I get a
> compiler error te
I seem to remember being able to declare something like:
MyArray = Array of Byte;
Useing "MyArray" as an easy way to get a pointer to a memory location.
Now if I do something similar: tQPixelArray = Array of tQPixel; I get a
compiler error telling me it Expected [ and got Array.
Is there any way