I have a long array, 120 x cells long. How do I save all of it at once into a variable?
All this while I have been using short arrays, less than 10 and saving them into a variable using the (array.At(0)&","&array.At(1)......etc etc). But since I have 120 cells long what would be a more efficient way to save the new array to a variable?
Thanks guys.