Returns a string representing the number of this Task in the Program.
[ 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. |
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.
The following statement returns the Task Number:
print "Current Task Number: "; Task.Number