Extreme URL Generator online documentation
Introduction
How do I...
Generate URLs
Download generated URLs
Save generated URLs
Copy generated URLs
Copy single URL
Open URL in browser
Save URL Template
Registration
How to register
License agreement
Support
Contact us
Product updates
Other products
The URL Number macro

The URL Number macro is used in the text of URL Prefix or Suffix when saving the generated URL list into the text file. More information about saving URLs into a text files can be found here.

The URL Number macro consists of the following parts:

%[STARTING_URL_NUMBER]URLNUM[NUMBER_OF_DIGITS]%

  • % The macro starts and ends with the percent sign.

  • [STARTING_URL_NUMBER]. Here you must specify the first generated URL number. Usually 0 or 1. The next URL number is greater than the previous one by 1.

  • URLNUM is the name of the macro.

  • [NUMBER_OF_DIGITS] is the minimum number of digits in the generated URL number. If the generated number contains less digits than you specified here, then it will have leading zeroes.


Example

Macro text %0URLNUM3%
Result 000
001
002
003
004

In this example the generated URL number starts with zero and has 3 digits.