Point.QuadValueAsString (property, write)

Syntax Point.QuadValueAsString
Description Boolean. To take string of digits and convert them into 64-bit values and set the point values.
Example
Sub Main()
   Dim p as new Point
   Dim val as String
   p.Id = "UQINT"
   p.QuadValueAsString = "1234567899876543212" ‘Sets the     
                  value of the point that has type UQINT.
End Sub
See also Point.QuadValueAsString (property, read),Point.SetQuadIntValue (function), Point.TimeStampHR (property, read), GetTimeComponentsHR (function), GetCurTimeHR (function).