12 Jun
2000
12 Jun
'00
5:46 p.m.
Hi, I need this: result = [] for item in self.objectValues( [ 'DTML Document' ] ): if item.hasProperty( 'publish' ): result.append( item ) return result to be: result = [] for item in self.objectValues( [ 'DTML Document' ] ): if item.hasProperty( 'publish' ): (and if there is something entered in the 'publish' field) result.append( item ) return result Thanks in advance. Tom Scheidt | www.falsemirror.com | tom@falsemirror.com ---------------------------------------------------------------------------- -----------