[Gambas-user] how to determine if array its empty

Hans Lehmann hans at ...3219...
Sat Jul 1 15:36:21 CEST 2017


Correct?

If (Not IsNull(myArray) And myArray.Count = 0) Then Print "Array is empty"

Hans




More information about the User mailing list