|
VIDEO.GetPointNumber |
|
|
number = VIDEO.GetPointNumber( strPointName AS STRING ) AS INTEGER
Returns the point number for the named point.
Example:
PRINT "Point Name 3 = ";VIDEO.GetPointNumber( nControl, "Point #3" ),
|