I have this line of code which I want to concatenate -or at least solve the loop problem...
test = 1 - ("0." & thisnumber(0) & thisnumber(1) & thisnumber(2) & thisnumber(3) ... thisnumber(500) )
I want this to have a loop in it...
I simply want to get all the array values into 1 variable sort of thing, -as it is too long for a decimal. -So I want it to loop and work test out.
-Increasing thisnumber() (-Which is an array holding values e.g. 2,5,0,0,0,0,0,0,3,0,0,1)
Until it gets to about 500,
Can some implement a loop into this?
Or suggest a way...
Thanks a lot..
James :)