Somewhere I read that you should also avoid using the "Else" statement if possible because it really slows things down. Which way would be better: :If N :Then :......... :End :If not(N :Then :......... :End OR... :If N :Then :......... :Else :......... :End Jody Snider jody1@alaska.net