Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 894 Bytes

File metadata and controls

34 lines (27 loc) · 894 Bytes

WSScript_GetPrmReal

Description

This function must be used inside a worksheet script called by 'RunScript' worksheet formula.

FUNCTION WSScript_GetPrmReal(paramIndex : INTEGER): REAL;
def vs.WSScript_GetPrmReal(paramIndex):
    return REAL

Parameters

Name Type Description
paramIndex INTEGER Zero based index of the parameter passed to the RunScript worksheet function.

See Also

VS Functions: WSScript_GetObject | WSScript_GetPrmInt | WSScript_GetPrmReal | WSScript_GetPrmStr | WSScript_SetResStr | WSScript_SetResReal | WSScript_SetResImage

Version

Availability: from Vectorworks 2016

Category