Table_IsRangeSet()

Examples


The Table_IsRangeSet() function ascertains whether a range is currently set for the specified table.

Syntax

Table_IsRangeSet(table table_name)

Parameters

table table_name – The name of a table.

Return value

A boolean. True indicates a range is set, while false indicates no range is set.

Comments

This function cannot be used to verify whether the range where statement was used to specify a range for a table.


Documentation Feedback