[Zope] using sequence variables

Graham Chiu anon_emouse@hotmail.com
Mon, 26 Jul 1999 13:36:42 +1200


Hi,

I would like to take a list of words, and remove all the parens, commas so that it
becomes space separated.

I tried this:

  <!--#call "REQUEST.set('m_localsearch','')"-->

     value: <!--#var m_searchstring-->  and this shows the list correctly

  <!--#in m_searchstring--> 
     Sequence: <!--#var sequence-item--> and this shows each element of the list
     <!--#call "REQUEST.set('m_localsearch',m_localsearch+' '+sequence-item)"--> 
  <!--#/in-->

but it dies on the last REQUEST.set

-------
Regards,        Graham Chiu
gchiu<at>compkarori.co.nz