Hi,

I have some code and the way this has been written , the reciving function takes in 3 variables as parameters , but only passes back the information into a new variable


e.g


runc = callgeo( lat,lon, map)

I am sending variable :- lat, lon, map to function 'callgeo'
and receiving this into a variable runc.

Can I not just receive the information back as 3 separate variables, or what is the best way to approach this in vb.