New faster database engine, more customization features, weekly tariffs, full multi-user work support and much more...
2010 Feb 10
InnPlanner 2010 RC1
InnPlanner 2010 Release Candidate 1 is ready for downloading and testing. You can download it from the "Downloads" section.
2010 Jan 14
Hotel Software Documentation
Cycles
Cycles
Introduction
Cycles (loops) allow performing the same actions (cycle
body) over different objects or under different
conditions.
For example, you can calculate the
total of numbers 1 through 100, perform operations over several records stored
in the recordset variable at once or print individual
lines from a text.
A cycle always begins with theFor...
string. To identify the end of a cycle body, typeNext Item:
Lines between the lineFor (2)andNext (4)make the cycle
body.
In this example, the cycle body contains only one line(3).
This program uses cycles of three types, which differ by
the cycle subject: