numrequests
A predefined variable which holds the number of requests in a file.
Syntax
numrequests
Comments
The predefined variable can be used both to set and to access the number of requests associated with the current file.
This value must be set before the names of requests are set or any requests are read from the file.
If explicit time has been specified, this number should not include time.
Example
set numrequests = 5 // set it to five
read numrequests // read it from a file
do numrequests // for each requests
{
read numrequests // read it
}