With void/no return. But I'd like to be able to turn return those three values each time as an array. For example, I call the verify function from the web code on a testing page.
I extended Verify and returned those values from each of the different callers. Now I can run tests on demand through the web.
Currently the code works like this:
With void/no return. But I'd like to be able to turn return those three values each time as an array. For example, I call the
verify
function from the web code on a testing page.I extended Verify and returned those values from each of the different callers. Now I can run tests on demand through the web.