I have an array,members 5-7 are numbers 1, 0, and 5. (or any other three numbers of your choosing). These three numbers need to be changed into a single number 105 and stored into a variable. The beginning of the array may contain text. I know exactly where the first number will start in the array, but it may be 1 or 1000, what ever it is I need to convert it to a single number for a variable.
Thanks!

