Sets tool data.
PROCEDURE vstSetDataString(
inDataID : LONGINT;
inDataVal : DYNARRAY [] OF CHAR;
VAR result : BOOLEAN);def vs.vstSetDataString(inDataID, inDataVal):
return result| Name | Type | Description |
|---|---|---|
| inDataID | LONGINT | |
| inDataVal | DYNARRAY [] OF CHAR | |
| result | BOOLEAN | Output parameter. |
Use a STRING rather than a DYNARRAY [] OF CHAR. Currently DYNARRAY will cause VW to crash. (VW 2010)
Availability: from All Versions
This is drop-in function.