Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Capturing return string into 1 variable

Status
Not open for further replies.

mrichards

Programmer
Nov 18, 2000
74
CH
I need to put the entire return srting into one variable so I can parse it myself. This must be done because I wont know the names of the variables that will be returned. I'm sure there I asp variable for the entire string but I cant find it.

Thanx
 
I am building an app on our intranet where everybody must verify that their long distance calls were offical. If they made a private long distance call, the call will be deducted from their pay. Each person will recieve an email at the end of the month with a link to their own private list of calls. Each call must have a unique id for the month. I wanted to have a list with a check box next to the call so they could check off any private calls. The returning form would contain a list of the call id's as variables.

I could send the entire list of call id's to the form as a hidden variable then parse and loop though the list after they verify the calls on the form. I thought that it would be faster to parse the string myself. Or if some knows a way to put all the id's that are checked off into one variable (i.e. java script) that would be good too.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top