Hi
Does anyone here knows the best way to return multiple result trough a function?

The two ways i know is to pass the value byref or putting the result of the function in properties, is there any better way to do this?

Thanks