Re: [Zope] Newbie: Build Object Names
Terry Babbey writes:
I am trying to build my object names and it is not working. Here is my code done in three ways and only one way works. #1 <dtml-var "ProgCode+'AR'"> Use:
<dtml-var "_[ProgCode + 'AR']"> Dieter
Dieter, Thanks, that worked like a charm. I find I am really struggling trying to learn the syntax and variables for the various commands. Would an understanding of Python help me to understand the Zope commands better and is there good documentation for Python that does not expect the reader to have a large background knowledge? Terry Dieter Maurer wrote:
Terry Babbey writes:
I am trying to build my object names and it is not working. Here is my code done in three ways and only one way works. #1 <dtml-var "ProgCode+'AR'"> Use:
<dtml-var "_[ProgCode + 'AR']">
Dieter
-- __________________________________________________________________ Terry Babbey Technical Support Specialist Lambton College, Sarnia, Ontario, Canada __________________________________________________________________
participants (2)
-
Dieter Maurer -
Terry Babbey