Skip to content

Constants location

CONSTANTS_LOCATION

*.DEFAULT INT:= 1
*.LMAX INT:= 3 indicates how many places are defined.
*.LANGUAGE ARRAY[1..5] of INT := 2,2,3,2,2;

This structure defines location-dependent constants. The variable LOCATION of the global variable list places it in the library.

(1 = Germany, 2 = Austria, France 3 =, 4 = Belgium-German,

5 = Italy, South Tyrol).

for each location, the language is defined.