I have set: <cfset MyList = ",,,,,">
Then use: listlen(MyList, ",")
this returns 0 where as I need it to return 5.
Is there another function I should be using. Ultimately I will be using listgetat to retrive items and populate the DB. Some items may be null and that's ok...