Programming Standards


Component Variables/Local Registers

Global Variables should to be avoided:

  • For clarity of code and maintainability
  • For use in 3 tier or web environments.

But using Component Variables/Local Registers has always been awkward due to the 'placement' of the definition screen for them.