[EMAIL PROTECTED] writes: It was the first time I tried "if thisDate is in xLine then". Earlier I have tried e.g "if word 1 is thisDate" - but I always got an error "Double binary... something".
You have to write "if word 1 of SOMEContainer is thisDate..." that should work too. mark m _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
