dynamical array
How can i define a dynamical Array in Fastreport 3 with unlimited length?
Like this:
Var myArray: Array of Integer;
(this code doesnt work) when i want to add an item (myArray := 3).
any ideas?
Like this:
Var myArray: Array of Integer;
(this code doesnt work) when i want to add an item (myArray := 3).
any ideas?