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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java's stringtokenizer in asp

Status
Not open for further replies.

Smarty

Programmer
Apr 12, 2001
191
0
0
BE
I have the following as a result of a checkbox in my form:
1,4,8,10
These are the keynumbers of the records i want to delete, but how do i split the string so that i can use each number seperate in a loop?

Thx,

Smarty
 
Hi Smarty, I asked a dead similar question recently and was given brilliant help at this thread...


thread333-117518

Cheers
Sarah
User_timtom.jpg
[sub]WASN'T FIT ENOUGH FOR THE POLICE FORCE[/sub]​
 
Thankx,
Although i did a keyword search, i didn't find your message... but it was what i was looking for

Thank you

 
If u are using vbscript-

CommaDelimitedResults = "1,2,3,4,5"

NewArray = Split(CommaDelimitedResults, ",")


gettin' jiggy wid' it --
smbure
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top