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)| Name | Type | Description |
|---|---|---|
| outNewValue | DYNARRAY[] of CHAR | The new value for the cell as inputted by the user. |
VS Functions: WSScript_GetEditObj
Availability: from Vectorworks 2021