7 Sep
2002
7 Sep
'02
10:26 a.m.
Bjørge Solli wrote:
How can I do this?
I try this way: <dtml-let shovedid="SEMESTERID_HOVED" hovedid="str2int(shovedid)"> where SEMESTERID_HOVED contains one line of integers (20021). str2int is an external python script just returning the int-cast of whatever string it gets in.
Hmm, without answering your original question ;-), why don't you use _.int(shovedid) ? cheers, oliver