Hello,

I would like to cut off my array so it only has the 10 first / last items.
Should I create a for x = 1 to 10 .. and copy them in another array, or is there a function?

Also, I would like to count te number of times a certain string / int is in the Array.


Much thanks in forward!