[Zope-dev] lines

Edgardo Zulian ezulian@elsitio.com.ar
Tue, 3 Jul 2001 16:38:20 -0300


Anybody knows how to insert a string in the value of the property (type)
lines, using an external method?

I try in this way:

def string(self):
  self.nameOfProperty="hello".....


But it doesn't work...