08-26-2009, 12:39 PM
You will be able to return an expression from function by assigning to the same function like following example-
and an expression can be returned from reusable by using ouput parameter
Code:
Function ChkReturn()
ChkReturn = 50
End Function
and an expression can be returned from reusable by using ouput parameter