Saving data from an array into a variable
Hi again
New problem for me!
People, I would like to this:
I have an array, totally populated and a variable.
My question is: How I can put all values in my variable concatenated one by one?
like this.
array1(1,2,3,4,6,10)
variable = 1 2 3 4 6 10
Have you got the idea?
hughes for all
|