Re: ABGTE2 confusion
- Posted by Bernie <xotron at PCOM.NET> Aug 31, 2000
- 568 views
-- --What is iy and ix? They haven't been declared. When you use a for loop you do not need to declare them. Simply using FOR anyvariablename allows you to use that name any where in that for loop until the END FOR. Bernie