DspSetTip
Sets tool tip text associated with an AN. Any existing text associated with the AN will be replaced with the new text.
Syntax
DspSetTip(AN, sText)
AN:
The animation-point number.
sText:
The tool tip text to set for the AN.
Return Value
0 (zero) if successful, otherwise an error is returned.
Related Functions
Example
!Set a tool tip for AN19
DspSetTip(19, "Start Slurry Pump");
See Also