Function Statement (VBScript)

Declares the name, arguments, and code that form the body of a Function procedure.

[Public [Default] | Private] Function name [(arglist)]
   [statements]
   [name = expression]
   [Exit Function] 
   [statements]
   [name = expression]
End Function 

Expand imageArguments

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also