Everytime I think I am beginning to understand I try to do something
new and wham! It won't work for me.
I have a dtml-document that I have a list of courses for a college
program. I would like to list the courses one item at a time checking
the 8th character to see if it is a '-' so I know if the line is a
comment or a course name. Here is the coding I have done so far and as
usual it does not work so any help is appreciated.
<dtml-in "_.getitem(ProgCode + 'CL')">
<dtml-var sequence-item>
</dtml-in>
Terry
--
__________________________________________________________________
Terry Babbey
Technical Support Specialist
Lambton College, Sarnia, Ontario, Canada
__________________________________________________________________
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )