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. By problem is if I listgetat(MyList, 3) I get an error.
Thanks!
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
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. By problem is if I listgetat(MyList, 3) I get an error.
Thanks!
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic