I have need 1 to 99999

I have need 1 to 99999 dictionary. Anyone can give me?
If you need this in a specific language(assuming, as this is in the programming section), there is usually a "range" function

var i = range[1...99999]

or something similar. Much easier than handling a dictionary.
 
Back
Top