If an array is empty, it looks like you can\'t check it\'s length using \".length\". What\'s the best way to check if an array is empty?
You can use .Length == 0 if the length is empty and the array exists, but are you sure it's not null?
.Length