fortuneman
Technical User
I don't know if my question was properly worded. Basically I have a created method called addMultiple and it's expected arguments are:
public void addMultiple(int index, Object[] theElements)
Passing the integer is fine but I'm having trouble passing the array expected as the second argument.
public void addMultiple(int index, Object[] theElements)
Passing the integer is fine but I'm having trouble passing the array expected as the second argument.