• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

arguments in any order in vb?

tops

Member
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.
 
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.
 
Back
Top