Numeric

This property queries the connection’s operator information area to determine if the field at the cursor position is numeric. The Numeric property is set to 1 if the field is numeric; otherwise, it is set to 0. Numeric is an Integer data type and is read-only. The following example shows this property.

' Create a new lsxECLOIA object associated with connection A
dim myOIAObj as new lsxECLOIA("A")
 
' Check if the field is numeric
if myOIAObj.Numeric then
  call abc