say I have an array string [] array1={"aa","b b"...};
I want to create second array that will contain all elements first
array except for the very first one ?
Thanks
I want to create second array that will contain all elements first
array except for the very first one ?
Thanks
Comment