Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 895 Bytes

File metadata and controls

34 lines (27 loc) · 895 Bytes

WSScript_GetPrmStr

Description

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

FUNCTION WSScript_GetPrmStr(paramIndex : INTEGER): STRING;
def vs.WSScript_GetPrmStr(paramIndex):
    return STRING

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