J
John T Ingato
is it possible to return a user-defined data type?
Such as
type coordinates
x as long
y as long
end type
function doNothing() as coordinates
code......
..........
doNothng.x = 10
doNothing.y = 20
end function
or maybe creat a new user type inside the proceedure, assign values to its
members then set the return var to the user var???
Help please
Such as
type coordinates
x as long
y as long
end type
function doNothing() as coordinates
code......
..........
doNothng.x = 10
doNothing.y = 20
end function
or maybe creat a new user type inside the proceedure, assign values to its
members then set the return var to the user var???
Help please