Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 657 Bytes

File metadata and controls

34 lines (26 loc) · 657 Bytes

vstSetDataString

Description

Sets tool data.

PROCEDURE vstSetDataString(
				inDataID   : LONGINT;
				inDataVal  : DYNARRAY [] OF CHAR;
				VAR result : BOOLEAN);
def vs.vstSetDataString(inDataID, inDataVal):
    return result

Parameters

Name Type Description
inDataID LONGINT
inDataVal DYNARRAY [] OF CHAR
result BOOLEAN Output parameter.

Remarks

Use a STRING rather than a DYNARRAY [] OF CHAR. Currently DYNARRAY will cause VW to crash. (VW 2010)

Version

Availability: from All Versions

This is drop-in function.

Category