thank you so much for providing this amazing cls!
I love this feature very much
dim arr1(1 to 2) as variant,arr2(1 to 1) as variant
arr1(1,1)=1 : arr1(1,2)="A"
arr1(2,1)=2 : arr1(2,2)="B"
arr2(1,1)=1 : arr2(1,2)="C"
dim arr as new BetterArray
arr.items=arr1
arr.concat arr2
thank you so much for providing this amazing cls! I love this feature very much