Forum Moderators: open

Message Too Old, No Replies

array.split?

         

danlott

10:18 am on Aug 21, 2003 (gmt 0)

10+ Year Member



hi all,
i'm working with asp, and i'm trying to find out how i can do a split on an array server side. it doesnt look like you can do this. is this right?
if you can, can you give an example?
many thanks
- D

aspdaddy

3:15 pm on Aug 21, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member




split("1,2,3",",")
Creates an array of numbers 1-3

An array is already split, what do you need to do to the array?

danlott

3:36 pm on Aug 21, 2003 (gmt 0)

10+ Year Member



hi daddy
i've just sorted it, i was being a plonker!
- D