Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 733 Bytes

File metadata and controls

28 lines (21 loc) · 733 Bytes

WSScript_GetEdit

Description

This function must be used inside a worksheet script called by 'RunScriptEdit' worksheet formula. It will tell the script when a value has been change and what's the value. Use 'WSScript_GetEditObj' to get the value.

FUNCTION WSScript_GetEdit(VAR outNewValue : DYNARRAY[] of CHAR): BOOLEAN;
def vs.WSScript_GetEdit():
    return (BOOLEAN, outNewValue)

Parameters

Name Type Description
outNewValue DYNARRAY[] of CHAR The new value for the cell as inputted by the user.

See Also

VS Functions: WSScript_GetEditObj

Version

Availability: from Vectorworks 2021

Category