Number Property (ATask)

Returns a string representing the number of this Task in the Program.

Syntax

[ sNumber = ] Object.Number

The Number property syntax has the following parts:

 

Name

Type

Description

Object

ATask

ATask object

sNumber

BString

A string representing the number, delimited by dots.

Comments

The format of the string indicates the position of the Task in the Program. For example, 1.3 is under the first Task below Tests and is the third Task below that. This property is read-only at run time only.

Example

The following statement returns the Task Number:

print "Current Task Number: "; Task.Number

Applies to

ATask

See Also

ATest.Number, Description, ID, Index, Name