getNumberOfUrlsToVisit

getNumberOfUrlsToVisit ( ) : int

Return the number of urls to visit.

Example




	// Get the number of URLs to visit
numUrls = getNumberOfUrlsToVisit();

// Display the number of URLs in the console
console("Number of URLs to visit: " + numUrls)



See also

isEnd
isFirst