>Does anyone know if globals declared in a DCOD are automatically cleared >(set to null) > >For that fact are globals in an app are automatically cleared by the runtime In the standard runtime, they are. >tia > >Pete... I asked the same question to Andy Gariepy last week regarding the mini-runtime. Here's what Andy answered: ---------- Avoid Clear in FBII mini-runtime (I don't think it works...)... Clear is done only once in mini runtime until an END or STOP then the next time it is run a clear is done again (I think)... I'ts been a while but from what i remember a RETURN or STOP or END is required after EXITPROC%... Thanks Andy ---------- Sylvain