Delen via


Type.FunctionRequiredParameters

Syntaxis

Type.FunctionRequiredParameters(type as type) as number  

Info

Retourneert een getal dat het minimale aantal parameters aangeeft dat nodig is om de invoer type van de functie aan te roepen.

Voorbeeld 1

Het aantal vereiste parameters voor de functie (x as number, optional y as text)zoeken.

Gebruik

Type.FunctionRequiredParameters(type function (x as number, optional y as text) as any)

Uitvoer

1