Page 1 of 1

how do I get rid of this error

PostPosted: December 23rd, 2007, 12:02 am
by Christine123
In a unit called MyTypes I have created a variable called INFO which I have defined in this unit and it is an array of array of double.

In my main program under the "uses" I include the unit, and it doesn't recognize the variable.

However I run another program define a variable called INFO2 which is an array of array of array of double, I include the unit in my main and no problems... the program recognizes INFO2 defined in the unit.

THanks

PostPosted: December 23rd, 2007, 7:56 am
by Kambiz
What is the error message?

PostPosted: December 23rd, 2007, 1:42 pm
by Johnny_Bit
and show some code, man