If I have a list, and some of the elements are empty strings... each of those empty strings should still count as an element right? I'm trying to remember the definitions now, and I'm pretty sure that it should work.
ListLen(CurrentList, '|') where current list is: 202|Camden|2002|||||||||||||||||||||||||||||||||||||||||||||||| CF is returning a list length of 3 Taz
