if varA < 0 or varB > 0 then
        sth
end if

how can i comment out only statement "or varB > 0" but not the whole line?
in java you can do it... here?

I would generally change it to:


if varA < 0 then --or varB > 0 then

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]

Reply via email to