M
Microsoft
I know how to call a finction and pass a parameter to it, but I don;t
understand how to take the resulting output of the function and use it from
the subroutine that called the function
Something like
I have a number
I send the number to a fumction that divides it by 2
I then can refer to the quotient as a variable in my original subroutine.
understand how to take the resulting output of the function and use it from
the subroutine that called the function
Something like
I have a number
I send the number to a fumction that divides it by 2
I then can refer to the quotient as a variable in my original subroutine.