K
Kent Johnson
Hi all,
I would like to create 180 session variables.
I can do this with:
Session("1")= 1
Session("2")= 2
....
Session("180")= 180
...but would't it be possible to create something like:
For x=1 to 180
Session(" & x & ")= x
next
How should I write the correct syntax?
/Kent J.
I would like to create 180 session variables.
I can do this with:
Session("1")= 1
Session("2")= 2
....
Session("180")= 180
...but would't it be possible to create something like:
For x=1 to 180
Session(" & x & ")= x
next
How should I write the correct syntax?
/Kent J.