Re: Win32Lib IDE
- Posted by David Cuny <dcuny at LANSET.COM> Mar 14, 2001
- 782 views
Judith wrote: > I also like to define variables right before the > routine they are first used in. These are not > variables local to the following procedure where > they are defined within the procedure but variables > that may be used in several following procedures. > Perhaps this is not good coding technique? Yes, because the IDE hides the order that the code is placed in the executable. That's why the 'General' area is sort of a big 'bucket' - the user can control the order of the routines, so they don't have to worry about the IDE rearranging the order of their code. -- David Cuny