autECLPS.WaitForCursor

<< Click to Display Table of Contents >>

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

autECLPS.WaitForCursor

Description

Waits until the cursor is at the specified screen location.

Syntax

autECLSession.autECLPS.WaitForCursor(row, col, [optional TimeOut)

Parameters

Part

Type

Description

row

Integer

Required. Row position of the cursor.

col

Integer

Required. Column position of the cursor.

TimeOut

Integer

Optional. Specifies the maximum length of time in milliseconds to wait.
The default is Infinite

Returns

The function returns True if the condition is met or False if the Timeout value is exceeded.