Re: IDE how to put global constants
- Posted by Judith Evans <camping at FLASH.NET> Dec 02, 2000
- 481 views
Right click on the Design window and pick 'Code Editor.' This brings up the Code Editor for Window1 or whatever you have named your window. From the Editor event combobox pick 'general' and in the body of Editor code whatever you want to appear in the program right after the create statements and before any onevent procedures. On Fri, 1 Dec 2000 18:39:05 +1100, Tony Steward <figjam at NLC.NET.AU> wrote: >How do you declare global sequences etc using IDE >I mean in my prog. i have a statement > >sequence theNumbers > >theNumbers is used in a couple of diff. procedures and i declare it after all my global constants normally. How do I do this in IDE > >