Places helpMessage in the mode bar to the right of any other mode objects.
PROCEDURE vstSetHelpString(inHelpStr : STRING);def vs.vstSetHelpString(inHelpStr):
return None| Name | Type | Description |
|---|---|---|
| inHelpStr | STRING |
PROCEDURE Example;
BEGIN
vstSetHelpString('Test Message');
END;
RUN(Example);Availability: from All Versions
This is drop-in function.