Short circuit warning error

new topic     » topic index » view thread      » older message » newer message

The line

	if id=Main or getFocus()=0 or id!=getParentWindow(getFocus()) then

issues a warning message that getFocus() might be short circuited, but

	if getFocus()=0 or id=Main or id!=getParentWindow(getFocus()) then

does not. Personally, I'd like to see short circuit warning messages
removed completely, but failing that at least make them correct.

Regards,
Pete

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu