I have two functions, and I am trying to use the result of one function in the second one. It\'s going to the else part, but it\'s not printing anything for \"c
else
To return a value from a VBScript function, assign the value to the name of the function, like this:
Function getNumber getNumber = "423" End Function