Hey guys,

I'm not sure how many of you are familiar with php (i'm sure quite a lot of you are)

I was just wondering if VB had an equivalent explode function, currently im receiving some data delimited by the | character, like below

data1|data2|data3|data4
At the moment im trying to retrieve this data (done), then split this data up, and then enter it into array so i can do a for loop with some of the values.

I'd really appreciate it if someone could point me to the solution.

Thanks for your time,

Adam