If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
When you call a function, I think that you want to get a value from it. In your function, do you assign the value to the function name, i.e., in your code, you need
test1 = returnedValue
If this does not give you a help, please post your code of the function?