sub loopy(arg1, arg2, arg3, arg4)
...
end sub
when I call it, I call it with 4 arguments, like so:
call loopy(arg1, arg2, arg3, arg4)
But I'm getting an error message:
"Wrong number of arguments or invalid property assignment: 'loopy' "
Everything has been working fine until today and I can't figure out what has changed that would cause this. I made a single change to the script, and that is adding another subroutine (which shouldn't affect this one). The new one is working beautifully. Any ideas?

New Topic/Question
Reply



MultiQuote



|