I feel sorta... emberresed asking this but umm....
well, with arrays... is there any way to put in datamanualy rather then having to do each spot at a time? Like you can in C++...
instead of
myArray(0) = ..
myArray(1) = ..
i want to do
myArray() = {"1","2"... "50"}
how can i do this? :blush:
