Donald Holten wrote: > > I've tried out the <!--#if searchkey in ['firstname','lastname',etc...] > and it complains about the word "in", saying it isn't a legal argument. I've > also tried: > <!--#in ['firstname','lastname',etc...]--> Should be : <!--#in "['firstname','lastname',etc...]"--> -------------- Hannu