Phil Yates wrote:
Although you can obviously INCLude files within an INCLude file, this is
not
good practice, especially when you INCLude a second INCLude within several
others, since duplicated code is added to the executable every time you do
it.
It will also cause the kind of problems you've been having.
------------------------------------------------------------------
I agree completely - I never include an include in an include (I just
wanted to write that:)
Forward referencing is easy. FBIII will do it automatically. Better to get
your program logic as consistent as possible for when it gets here.
------------------------------------------------------------------
Dr David Cottrell James Cook University
All unconventional spellings that you might notice in the above are
intentional, and are just part of a living dynamic language.
------------------------------------------------------------------