>
> Have you any examples of poor or even terrible code that has really left you scrambling for a resolution to a weird error?
We all have, don't we:) Consider this on load/init etc of a form base class:
if not "SOMEPROCFILE" $ set("procedure")
set procedure to someprocfile additive
endif
No error makes it a harder to catch problem:)
Cetin Basoz