GLOBAL Section
Globals are constants, to which you have access during work with HHR 3000
PRO.
GLOBALS were developed to save space in HHR memory. If you want to place for
instance word
Veterinary12345
in database field you can place only number 1
instead of long character string. Numbers and corresponding character string are
defined in section Global. Short numbers are stored in memory and corresponding
value (character string) is displayed on LCD screen.
User declares Globals by placing number of global, a colon and value of Global;
maximum length of each global is 23 characters. The maximum amount of globals
in Application Program is 99.
Global definition starts with section name in capital letters and ends with END word
in capital letters.
Example of Global section:
GLOBAL
0:FarmDolySheep
1:Veterinary12345
END
D01B2.4 HHR 3000 PRO Manual
28/75
!
The syntax of GLOBAL section.
0:FarmDolySheep
1:Veterinary12345
2:AnimalGroup10