I would like to assign a list to a variable in CoreSessionTracking.
This fails:
<dtml-call "data.set('varname',"["1"]")>
But in python, I can do an assignment a=["1"]
I tried to play around with single and double quotes, but to no avail.
What am I failing to understand?
--
Milos Prudek