Jun 13, 2005 #1 acsooley Programmer Joined Nov 13, 2002 Messages 32 Location 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 Joined Nov 26, 2001 Messages 1,276 Location 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.
Jun 13, 2005 Thread starter #3 acsooley Programmer Joined Nov 13, 2002 Messages 32 Location CA thanks Upvote 0 Downvote