What I mean by my question is:
Lets say there is a list (a b c d)
and I want to make sure there are 4 elements in there before proceeding with my code.
if the list says (a b c)
i want it to return nil, because it’s not what I want.
Can anyone help =)?
Use the LENGTH function:
If you need a method that doesn’t scan the entire list just to see if there are N element, you can use this function:
Then you can do: