Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1017 Bytes

File metadata and controls

36 lines (29 loc) · 1017 Bytes

WSScript_SetResStr

Description

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

Set the result of the worksheet script to the string value specified.

PROCEDURE WSScript_SetResStr(resultCellValue : DYNARRAY[] of CHAR);
def vs.WSScript_SetResStr(resultCellValue):
    return None

Parameters

Name Type Description
resultCellValue DYNARRAY[] of CHAR The value for the result of the worksheet script called by 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