Seminko Posted September 3, 2014 Author Share Posted September 3, 2014 (edited) Solved, forgot to state how many columns there are: Local $FinalArray[UBound($NamesArray)][2] For $i = 0 To UBound($NamesArray) -1 $FinalArray[$i][0] = $NamesArray[$i] $FinalArray[$i][1] = $WageArray[$i] Next . . . THANK YOU ALL FOR PARTICIPATING! Very much obliged! Edited September 3, 2014 by Seminko Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now