HasStep Method

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

Description

Returns true if the Step property has a value.

Syntax

object.HasStep

object

Required. Object name, returned by Text.GetTableRow

Example

Dim objTableRow = Text.GetTableRow

if objTableRow.HasStep then

 objTableRow.Step = objTableRow.Step + 1000

end if

Text.SetTableRow (objTableRow)