Array out of bounds

@Aki1111,

Try this.

ClassificationResult IsNot Nothing And ClassificationResult.Any AndAlso (ClassificationResult(0) IsNot Nothing AndAlso Not String.IsNullOrEmpty(ClassificationResult(0).ToString)) 
1 Like