Various functions for service purpose.

 

CRLF

obtain line breaks characters;

Dec

decrease the variable value by 1;

GetArrayLength

getting the number of elements of the one-dimensional dynamic array;

GetTickCount

time passed from the moment the system started (in milliseconds);

Inc

increase the variable value by 1;

High

the highest value of the variable;

Low

the lowest value of the variable;

Max

the greater from two integers;

Min

the lesser from two integers;

Random

obtain the random number within a range.

SetArrayLength

setting the size of the one-dimensional dynamic array