arguments in any order in vb?

tops

Member
Sep 13, 2001
90
0
0
i need to find out how to accept arguments passed in any order to a function. Has something to do with passing by value i think.. but i'm not too clear on this.. can someone help? thanks.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
VB lets you do a lot of bad things, but this isn't one of them as far as I know. You would have no way of knowing which parameter is which if they didn't have to be passed in a certain order.