8 Sep
1999
8 Sep
'99
11:45 p.m.
Chris Walter wrote:
I tried using "token" and "lines"(I'm not actually sure what these are). This worked but I was unable to math with the entries.
"tokens" and "lines" properties both store lists of strings, with the requirements that "tokens" elements not contain whitespace and "lines" elements not contain newlines. In either case, you can get an integer value suitable for math by using "_.int()", as in: <dtml-var "_.int(v)+3">