Get Segment Information

Use this system function to acquire the textual content of a given segment, along with whether the segment is clickable.

Parameters

Text Control

Input, required. The text control FC to affect.

Text

Output, required. The variable to which to return the textual content of the text segment. Set the parameter to an applicable object from the object list.

Clickable

Output, required. The variable to which to assign the return value. Set the parameter to an applicable object from the object list.

SegmentID

Input, required. The ID of the segment to affect. Set the parameter to an applicable object from the object list.

Returns

This system function returns the text of the segment and an indicator of whether it is clickable to the objects indicated by Text and Clickable, respectively.