Program Property (ATask)

Version 8

Returns the task program object.

Syntax

[ obProgram = ] Object.Program

The UutIndex property syntax has the following parts:

 

Name

Type

Description

Object

ATask

ATask object

obProgram

AProgram

Return the task program object.

Comments

This Program property is used to determine the task program object.

Example

The following statement gets the current program name from the task object:

print obTask.Program.Name

Applies to

ATask

See Also

AProgram