CHMlib Logo Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab.
You are reading help file online using chmlib.com
CrisisHelper - First Aid in Tough Times of World Economic Crisis


Rave Reports Visual Designer

Event - Syntax .

Top  Previous  Next

The Break, Continue and Exit function exist (similar to Delphi). Variables may be declared (similar to Delphi). The following types are supported:

 

Boolean, Byte (0 to 255), Char, Currency, Double (8 byte float), Extended, Integer (32 bit signed integer), Shortint (-128 to 127), Single (4 byte float), SmallInt (-32768 to 32767), String, Word (0 to 65535)

 

AsBlob, AsBoolean, AsCurrency, AsDate, AsDateTime, AsFloat, AsInteger, AsString, AsTime

 

If statement

if condition then

statement(s);

elseif condition then

statement(s);

else

statement(s);

end;

 

For loop

for index := start to finish do

statement(s);

end;

 

for index := start downto finish do

statement(s);

end;

 

While loop

while condition do

statement(s);

end;

 

Repeat loop

repeat

statement(s);

until condition;

 

With statement

       with object do

        statement(s);

       end;

 



You are reading help file online using chmlib.com

If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com