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)
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)
hi daddy i've just sorted it, i was being a plonker! - D