Scripting > List > Remove Missing Values
Hi JMP Team, I'm looking for a method to remove missing / empty values from a List generated within a script: The initial List looks like: {.,.,.,2,3,4,7,.,.,.} and I would like to end up with a new List = {2,3,4,7}. Any ideas how to achieve that without relying on a a loop through the List elements? Thanks. Best, TS