Hi everyone, Is it possible to use python's eval method from inside a DTML method? I have a parameter that is passed into the method that is the string representation of a python list and I wanted to use eval to convert it to a list that I could iterate over. Thanks, Kevin