Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 611 Bytes

File metadata and controls

40 lines (31 loc) · 611 Bytes

vstSetHelpString

Description

Places helpMessage in the mode bar to the right of any other mode objects.

PROCEDURE vstSetHelpString(inHelpStr : STRING);
def vs.vstSetHelpString(inHelpStr):
    return None

Parameters

Name Type Description
inHelpStr STRING

Examples

VectorScript

PROCEDURE Example;
BEGIN
   vstSetHelpString('Test Message');
END;
RUN(Example);

Python

Version

Availability: from All Versions

This is drop-in function.

Category