globularbob
Programmer
Rookie question:
How does one pass values stored in an array to a Sub Procedure?
Below is how I'm trying to pass it via a button, where arrRec is my array. My array does return records when I use response.write in a for...next statement.
onclick=submitUpdateForm(" & arrRec & "
Thanks!
How does one pass values stored in an array to a Sub Procedure?
Below is how I'm trying to pass it via a button, where arrRec is my array. My array does return records when I use response.write in a for...next statement.
onclick=submitUpdateForm(" & arrRec & "
Thanks!