another question about pipline value

I met another problem now. One of the value, could have several lines’ text inside,liike

aaa
bbb
ccc

And what I need to do is to get each line and put them in several attributes.

so could I use the regular expression to find out the new line symbol and then seperate them?

You can use [FONT=Arial Narrow][SIZE=4]pub.string:tokenize.[/size][/font]

use pub.string.tokenize and then use indexing to get each of the value into different attributes …if not loop over the output of the pub.string.tokenize both approaches give u individual value.

HTH
sri