I'm stuck on checking a set of lists to see if they have values. I have 8 lists that are created in my program and I need to check if the lists have any values at all. If all 8 lists return values I want to return true. If any of the 8 have no values I want to return false.
Hopefully that makes sense.
Thanks in advance