Hi every one I have this url www.websiteaddress.com/0010001 and i want to keep counting on it like it becomes www.websiteaddress.com/0010002 www.websiteaddress.com/0010003 and so on and i want all lines to be in a sing text file so please help me do this
You can use a loop with an integer or double and use .ToString().PadLeft(n, '0') if you need the last n digits incremented.