DIAdem Help

Various Constants

  • Updated2024-09-12
  • 1 minute(s) read

Various Constants

These constants are integrated in VBS and need not be defined before use. Use these constants anywhere in your script to represent the displayed values.

ConstantValueDescription
vbBinaryCompare0Performs a binary comparison.
vbTextCompare1Performs a text comparison.
vbDatabaseCompare2Performs a comparison based on information from a database.
vbObjectError-2147221504User-defined error number should be greater than this value.