Type.FunctionRequiredParameters
Syntax
Type.FunctionRequiredParameters(type as type) as number
Asi
Vrátí číslo označující minimální počet parametrů potřebných k vyvolání vstupního type
funkce.
Příklad 1
Najděte počet požadovaných parametrů pro funkci (x as number, optional y as text)
.
využití
Type.FunctionRequiredParameters(type function (x as number, optional y as text) as any)
výstupní
1