paul dunbar writes: > .... You have a string, say "s", and want it enclosed into quotes, right? You can do: <dtml-let quoted_s="'\042' + s + '\042'"> .... </dtml-let> "\042" is the octal escape sequence for '"'. Dieter