W WDK Member Licensed User Nov 11, 2017 #1 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
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 Nov 11, 2017 #2 https://www.b4x.com/android/forum/pages/results/?query=regex.split Upvote 0
W WDK Member Licensed User Nov 11, 2017 #3 Thanks...I was searching but didn't think to look at REGEX. Appreciate your help! WDK Upvote 0