How Do I Use System Points In Visual Basic 'VBScript'? - CX-Supervisor 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 Link: |
Comments | ||
|