A basic question but I have never done it.
I need to return multiple values from a function. What is the correct syntax?
myvalue = myfunction()
function myfunction() as string
myfunction = "my result"
end function
I know this makes myvalue be the value of myfunction but what if I want to return 4 or more values?
Thanks,
Dan
I need to return multiple values from a function. What is the correct syntax?
myvalue = myfunction()
function myfunction() as string
myfunction = "my result"
end function
I know this makes myvalue be the value of myfunction but what if I want to return 4 or more values?
Thanks,
Dan