j
k
j a
j l
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
Back to the thread
Back to the list