findTask method



Returns a task specified by its index in the TaskList.

Syntax

Task = TaskList.findTask(nIdx)

Applies to

TaskList object.

Parameters

nIdx
int. The index in the TaskList of the task returned by this method.

Return value

Task. The task returned by this method.

Usage

This method returns the task whose index in the TaskList you specify in the nIdx parameter of the method call.

Example
Topic 1
Topic 2

See also
Topic 1
Topic 2