autECLPS.SearchText

<< Click to Display Table of Contents >>

Navigation:  Support for IBM® Personal Communications™ macros > autECLPS >

autECLPS.SearchText

Description

Searches for the first occurrence of text in the presentation space.
The search is case-sensitive. If text is found, the function returns a TRUE value. It returns a FALSE value if no text is found.

Syntax

autECLSession.autECLPS.SearchText (text [, Dir [, Row [, Col]]])

 

Parameters

Part

Type

Description

Text

String

Required. Text to set in field.

Dir

Integer

Optional. Direction in which to search. Only value 1, for search forward, is supported now.

Row

Integer

Optional. Row position at which to start the search in the presentation space.

Col

Integer

Optional. Column position at which to start the search in the presentation space.

Remarks

Added in version 4.37