Hali!
I use <dtml-in foo size=5 start=start_point>.
For example if the start_point=5 and the length of the foo's tuple is
13, then
everything is ok. I get 5 item. But if the length of the foo's tuple is
12, then
I get all 7 item remains in the tuple.
It works wrong if the length of the remaing part of the list is lesser
than
size+size/2.
Anybody knows about it?
Thanks.
Lajos