All the time I find it difficult to use arrays becouse all that redim, ubound stuff.. so I used variables alot!
I need func which would allow to add only unique arrays.
Should I use _ArraySearch() ?
Also I want to know how to clear whole array at once without using loop with _ArrayDelete()
+ I want to create 2D array but I dont know how to declare it in begining becouse all my elements would be added during the script (imputs/plits and so on..)
I hope you guys understand me