Re: Uninitialized Variables
- Posted by Kat <gertie at PELL.NET> Mar 23, 2002
- 466 views
On 23 Mar 2002, at 20:12, Chris Bensler wrote: > > I have thought of a way that we can determine if a variable is > uninitialized or not. We can also set it back to being uninitialized. What about, you include(init.e) at the top of the main program file, and after the declaring the vars, you do init(thisfilename), and init.e reads the source code for thisfilename (and all includes after include(init.e)) and inits all the vars? No, i didn't try it, busy atm. Kat