M
mike
Hi all,
How do I create an Array that holds 5 values. From the
created Array, how do I assign the values to the array.
For example:
I have 5 values {1,2,3,4,5}
I need to created an array that holds the 5 values with
array member of 0 is assign to 1, and array member 0f 1 is
assing to 2 and so on. With the For loop?
Thanks for the help.
mike
How do I create an Array that holds 5 values. From the
created Array, how do I assign the values to the array.
For example:
I have 5 values {1,2,3,4,5}
I need to created an array that holds the 5 values with
array member of 0 is assign to 1, and array member 0f 1 is
assing to 2 and so on. With the For loop?
Thanks for the help.
mike