Function Object (JScript 5.6)

Creates a new function.

function functionName([argname1 [, ...[, argnameN]]])
{
      body
}
functionName = new Function( [argname1, [... argnameN,]] body );

Expand imageArguments

Expand imageRemarks

Expand imageExample 1

Expand imageExample 2

Expand imageProperties

Expand imageMethods

Expand imageRequirements

Expand imageSee Also