How Do I Use System Points In Visual Basic 'VBScript'? - CX-Supervisor

Modified on Sun, 11 May, 2025 at 10:07 PM

Access CX-Supervisor points from Visual Basic style scripting called VBScript couldn't be simpler – just use the point name normally, e.g. MsgBox(MyPoint).

However note that '$' is a reserved character so System Points can be accessed with 's_' prefix instead e.g. MsgBox(s_Second) for $Second system point.

For up to date information and all help on scripting and the Windows Scripting Host see http:\\www.microsoft.com/scripting

 

 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article