jasonsalas
IS-IT--Management
Hi everyone,
I'm looking to find help with writing a function/variables/whatever that will automatically increment a numeric value in a variable by a factor of "1" each time it is fired, without ever repeating that number, for purposes of dyamically-generating unique ASP filesnames on my server.
To make this clear as mud, I want to insert some sort of operation on a page which will launch when a form is submitted (maybe as a hidden field?), so that the result after using it 4 times will be like so:
1224.asp
1225.asp
1226.asp
1227.asp
Anyone got any ideas?
Thanks!
Jas
I'm looking to find help with writing a function/variables/whatever that will automatically increment a numeric value in a variable by a factor of "1" each time it is fired, without ever repeating that number, for purposes of dyamically-generating unique ASP filesnames on my server.
To make this clear as mud, I want to insert some sort of operation on a page which will launch when a form is submitted (maybe as a hidden field?), so that the result after using it 4 times will be like so:
1224.asp
1225.asp
1226.asp
1227.asp
Anyone got any ideas?
Thanks!
Jas