IF it helps remember this.... There is no "loop" IF and Else each can only cause one statement to execute - that is why there is no ENDIF. When you want to condition multiple lines of code, you use DO and ENDDO to mark the beginning and end of those blocks of code. (Like braces in languages such as java if { } ) Hope this helped! Kevin

Reply With Quote