Indesign 2 -> CS Problem with "set contents of"

i have a problem with a script in indesign cs which worked in ind2:

tell parent story of text frame “X” of last page
set suchen to search for “Name:” & return
set contents of suchen to column break[b]

error says:
„every text of {text from character 11 to character 16 of story id 61049 of document “bb_testp2.indd”}“ kann nicht als „column break“ gesetzt werden.

whats wrong?
did the object hierarchy change (are the changes documented)?[/b]

In your script, “suchen” is a list. Try:

set contents of item 1 of suchen to column break


Shane Stanley

thanks it works with “item 1 of”.