Page 1 of 1

Populating a list

Posted: Tue Jun 17, 2008 3:52 pm
by Andycal
First off, I think RunRev should upgrade this forum, the search is really bad.

That out the way, I've got a list of words:

"fwibble dribble toil and gripple"

I want to put them into a list field. I've tried doing a "repeat for each word put tWord into fldList", but that only puts the last one in the list.

I've also tried setting the itemdelimeter (for what reason, I'm not sure, but I'm trying everything before posting here!).

Posted: Tue Jun 17, 2008 5:25 pm
by Andycal
Fixed it!

Replace spaces with return, then pop it all into the list.

Easy peasy.