I search the forum for two days, bud I can't find the answer how I convert an object to a string format. The result of the following code gives an object:
This result in the log is: [Ljava.lang.String;@b87a6f1
How can I both string representing the Phone and the SDcard into two different variables?
B4X:
Shared = rp.GetAllSafeDirsExternal("")
Log(Shared)
How can I both string representing the Phone and the SDcard into two different variables?