[Zope] convert strings to objects

giere p.giere@hzd.hessen.de
Wed, 27 Mar 2002 11:14:34 +0100


Hello!
I just start off to work with DTML-stuff. I have a string like "a.b",
created with 

<dtml-call
"REQUEST.set('var1',_.string.replace(_['tree-item-url'],'/','.'))"> 

I want to add a folder with 

<dtml-call "_['var1'].manage_addFolder('testfolder','TEST')">

Is there a possibility to change the type from string to object?

Kind regards,
Philipp