[futurebasic] Re: Record error

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : June 2003 : Group Archive : Group : All Groups

From: Ken Shmidheiser <kshmidheiser@...>
Date: Tue, 17 Jun 2003 18:17:05 -0400
In this thread, Alain wrote:

>You're using a variable that is not declared in Fn KensGridBuilder.
>Either you must declare grid as a global variable at the top of your
>prog or pass the record variable onto the function.

and Dick added:

>I made the following change to the program:
>
>dim grid as gridBuilder
>end globals
>
>>and removed the line: dim as gridBuilder grid
>
>and it worked for me with cpuPPC and Appearance runtime


Thank you gentlemen. A definite case of my not being able to see the 
forest for the trees due to brain fog.

Ken