function Statement (JScript 5.6)

Declares a new function.

function functionname([arg1 [, arg2 [,...[, argN]]]])
{
      statements
} 

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also