on wish: some precompiler directives
Author: ulrichmerkel@web.de (ulrich-merkel)
see: uniface.communityzero.com/content/lists
  Short Description 
  Description 
similar to #for, but allows pairs of information
**************************
#defineglobal
extends the lifetime of the #define to the end of the compile unit
**************************
#definegroup
extends the lifetime of the #define to the end of the compile module
form
entity
field
**************************
  Use case (please read what is requested here!) 
You see directly the pair and do not have 2 lists where you have to take care the positions are kept (current way to handle pairs)
#definegroup and #defineglobal to define in a trigger (<LPMX>) which can be reused in entities or fields without toggle to the <DEFN> trigger
  Importance 
Some frameworks I saw request a "#define xyz" (currently in <DEFN>) if you want to specify a "user exit" in (LPMX).