Android Question Convert String To Array

WDK

Member
Licensed User
I am trying to convert a string to array. Is there a command similar to SPLIT to do this?

Dim StringArray() As String = split(StringData,",")

Thanks,
WDK
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top