I will just ask how can I concatenate the result of my loop which is string to the previous result.?
Here's the Idea
I have data from my query (ken1,ken2,ken3,ken4,ken5)
in my loop
I will display it one at a time but I want to put the result into a variable which will be concatenated with the next result.
Here's will look like
Repeat ------- (don't know how to do it exactly so it let's assume this is the loop

holder = ken1 ken2 ken3 ken4 ken5 <=========== This is I want to get. Need your help guys.. !

end repeat
any help will be very much appreciated..
Regards
-snop21