L
loc2006
I have a multi-line textbox in a classic ASP web page.
Each line looks something like this
1,Joe
2,Jane
3,Bob
Is it possible to use classic ASP to extract each line and store it in
an array? I want to perform an INSERT into an Access table for each
line. I see solutions for ASP.NET but not for classic asp.
thanks!
Each line looks something like this
1,Joe
2,Jane
3,Bob
Is it possible to use classic ASP to extract each line and store it in
an array? I want to perform an INSERT into an Access table for each
line. I see solutions for ASP.NET but not for classic asp.
thanks!