logging an array

dougc

Member
Licensed User
Longtime User
hey everyone,
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
 
Top