2008/5/19 Drew Jensen <[EMAIL PROTECTED]>: > Andrew Douglas Pitonyak wrote: > >> JOE Conner wrote: >> >>> Andrew Douglas Pitonyak wrote: >>> >>>> Dim i As Integer >>>> For i = 0 To 10 >>>> Print "Hello" >>>> Next >>>> >>>> It fails on the Next statement. In other words, their build is broken; >>>> it worked fine on Fedora 8. >>>> >>> <<SNIP>> >>> Does "Next i" rather than "next" help any? >>> >> No. I tried that. But even if it did help, it would not help for the large >> libraries of existing macros that use the short cut. It is an excellent >> suggestion by the way. >> >> Did you try > > NEXT Please
Wouldn't you get "Illegal usage of undeclared variable Please at line 4"? -- Harold Fuchs London, England Please reply *only* to [email protected]
