//ERDDAP/com.cohort.util/ScriptString2/toStringArray
toStringArray
[JVM]
open fun toStringArray(aa: Array<Any>): Array<String>
This converts an Object[] into a String[]. If you have an ArrayList or a Vector, use arrayList.toArray().
Return
the corresponding String[] by calling toString() for each object
Parameters
JVM
aa |