Monday, January 9, 2012

How can i return more than one value from a function in vb 2008?

you can either create a structure holding these return values and return the structure or return an array of object that holds your return values.

0 comments:

Post a Comment