Should "n items()" be more robust?
I often find myself running into issues in scripts with "n items()". And I often see this error: "N Items() argument must be a list"In one script, due to the robustness of my data, what I feed into nitems can sometimes be a matrix, number, or character. Aka: variable = [5], variable = 5; variable = "05"; variable ={5}; Not to go too much into detail, it would be really nice in this case if "n it...
