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