Hi, this is my first time writing a question but I'm usally get my answer from the fourms.
I have a big project to do. one of the requiremnt is to use the array for two things and below some explain...
ID, First Name, Last Name, and numbers
123, Cathy, Ryan, 1 99 2 88 3 77 4 66 5 11 6 44 7 33 0....
so there was an ID, first , last and 1,2,3,4,5,6,7 were for the sale number and 99,88,77,66,11,44,33 were for the amount
the question is how I can divide the array above to use it for two things?
Or is any better way to do it than array>
thanks