29 Apr
1999
29 Apr
'99
10:46 a.m.
On Thu, 29 Apr 1999, Tom Deprez wrote:
Martijn, thanks for the input!
I'm trying to get the in tag working.
<!--#in (1,2,3,4,5,6,7)-->
_Pretty_ close: <!--#in "(1,2,3,4,5,6,7)"--> ...will do it. The quotes are needed because you are asking for a Python expression to be used. --Paul