hey everyone,
I am trying to log an array string but doing
I get
I can loop through the array but I am hoping there is abetter way to log the entire array (its an array of string)
thanks
dougc
I am trying to log an array string but doing
B4X:
Log("array = " & frameArray)
I get
array = [Ljava.lang.String;@4209a2d8
I can loop through the array but I am hoping there is abetter way to log the entire array (its an array of string)
thanks
dougc