I want to return four values (more than one) from a function to its caller.

Four values are of four datatypes(int, long, double, string).

I just know how to return one value from a function. But how can I return more than one ?

Is it possible ?

plz, Give an example.

--Rajib