Hallo, sorry, I am using MS Outlook "Web Access" running on my company's server and I cannot find any option how to send messages in plain text! Sorry for that.
what exactly do you want to do? May be start and size can help you?
Basically I have an outer <dtml-in> and another nested one: <dtml-in ...> .... <dtml-call "REQUEST.set('TEMP',1)"> .... <dtml-call "REQUEST.set('TEMP2', (TEMP+_.getitem('Count'))-1)"> <dtml-in DATA start=TEMP end=TEMP2> ... </dtml-in> <dtml-call "REQUEST.set('TEMP', TEMP+(_.getitem('Count')))"> </dtml-let> You can see from the code that I have to work with REQUEST.set to get around the problem that I cannot type: <dtml-in DATA start=TEMP end="TEMP + _.getitem('Count')-1"> or something. Can you think of a way to use (python) calculations in the "end=" of <dtml-in>? Thanks again, Philipp Robbel