Description
Returns true if the Sub property has a value.
Syntax
object.HasSub |
object
Required. Object name, returned by Text.GetTableRow
Example
Dim objTableRow Text.GetTableRow
If objTableRow.HasSub Then
objTableRow.Sub = objTableRow.Sub + 1000
End If
Text.SetTableRow (objTableRow)