Text_Exist (Function)
The Text_Exist function identifies whether a specified text object exists in a chart.
Syntax
Text_Exist(TextId)
Returns (Integer)
The function returns True is the specified text object is found, otherwise False.
Parameters
|
Name |
Type |
Description |
|
TextID |
Numeric |
Sets the ID number of a text object to find on a chart. |
Example
Assigns to Condition1 a value of True or False based on whether the text object 2 is found.
Value1 = Text_Exist(2);