HasSub Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:25

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)