[Zope] zshell query
   
    Jean Jordaan
     
    jean@upfrontsystems.co.za
       
    Mon, 11 Jun 2001 15:09:43 +0200
    
    
  
Hi Jerome
Just now I've been using Zshell (for which, many many thanks) to 
copy up a bunch of properties from a parent to a contained object.
Unfortunately, the properties were generated by the dtml Calendar
tag, and they contain slashes, eg: '2001/06/08'. This doesn't
work with addprop:
  addprop 2001/06/08/string ProjectCalendar
Why not just make the seperator a space, and make the 1st parameter
the Property name, the 2nd type, and the rest the object IDs?
  addprop 2001/06/08 string ProjectCalendar
Regards,
jean