Allocate specifies the size of an array for situations where you know the exact size of your desired array.
trg.array.Allocate(size)
size (input) - Number of elements in the array
This function does not return a value.
In this case we allocate 4 elements in the array so it would range from arr(0) to arr(3).