Jun 13, 2005 #1 acsooley Programmer Nov 13, 2002 32 CA It their a easer way to test the position than: test="position()=5 or position()=10 or position()=15 or position()=20 or position()=25 or position()=30 ect..." I need to test for the fifth one. Adam
It their a easer way to test the position than: test="position()=5 or position()=10 or position()=15 or position()=20 or position()=25 or position()=30 ect..." I need to test for the fifth one. Adam
Jun 13, 2005 #2 JontyMC Programmer Nov 26, 2001 1,276 GB Code: test="position() mod 5 = 0" Jon "Asteroids do not concern me, Admiral. I want that ship, not excuses. Upvote 0 Downvote
Code: test="position() mod 5 = 0" Jon "Asteroids do not concern me, Admiral. I want that ship, not excuses.