Custom Search

Monday, September 20, 2010

How do you return a value from a function

msgbox "returned value =" &example(2,3)
function example(a,b)
     example = a+b
end function

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.