HDS – HHR Development Script Language
General information
HDS has been developed especially for customizing your HHR in easy way with
wide range of possibilities.
Application Program written in
HDS contains 9 sections
, all of those sections are
necessary, but if you don't need any you can left it empty
Example, section with values:
GLOBAL
0:global1
1:global2
END
Example, an empty section:
GLOBAL
END
HDS allows you to put comments and empty lines in Application Program.
Comment are sign for HHR Manager that this line is a user-line and won't be taken
into account during compilation (connecting Application Program and User input
database).
The comment sign is double slash (//).
Example:
GLOBAL
1:global2
//2:global3
END
Empty line between script line and any white-characters (tabulator, spaces) at the
beginning of line are allowed.
IMPORTANT: white-characters aren't allowed between characters in line.
For example:
GLOBAL
0:global1
1:global2
//2:global3
2:global4
3:global2
4:global2
END
D01B2.4 HHR 3000 PRO Manual
12/75