Built-In-Functions
==================

Array (var array, int)
- Assigns to the variable in PAR1 an array with PAR2 elements
- If the variable in PAR1 contains already an array then array is resized.

Round (float) : integer
Trunc (float) : integer
Int (float) : float
Frac (float) : float
Insert (string, var string, integer)
Delete (var string, integer, integer)
Copy (string, integer, integer)
Pos (string, string)
StrToInt (string) : integer
IntToStr (integer) : string
- Same as their Delphi equivalents

format (string, all open)
- Same as the Delphi function "FORMAT"
- Instead of a constant array this function expects a user defined number of arguments.

Now () : float
FormatDateTime (string, float) : string
- Same as their Delphi equivalents
- Time and date is represented as a float value in Script.

CopyRight () : string
- Shows a Copyrigth messagebox

