Question
What is the best way to get the true lenght of a list
Counting all the elements, including the empty ones?
Do I need to modify the list to put some throwaway character to get all
the elements counted, or is there a better way?
For Example: listLen("This is an Element,,") needs to equal 3.
Do I need to modify the list to put some throwaway character to get all
the elements counted, or is there a better way?
For Example: listLen("This is an Element,,") needs to equal 3.