DBTable.SetTextLabel

Sets a new text label for the specified variable.

Syntax Parameters Return Value
Sub DBTable.SetTextLabel( _
    VarNo As Integer, _
    NumericValue As Double, _
    TextLabel As String, _
    Optional Description As String = "")
  • VarNo [in]

    Type: Integer

  • NumericValue [in]

    Type: Double

  • TextLabel [in]

    Type: String

  • Description [in, optional]

    Type: String

    Default value: " "

This function does not return a value.