Garmin Forums
Site
Search
User
Site
Search
User
Apps & Software
Outdoor Recreation
Sports & Fitness
Pilots
Developer
Beta Program
German Forum
More
Cancel
Developer
More
Connect IQ
Connect IQ App Development Discussion
Split string
News & Announcements
Forums
Bug Reports
Wiki
Tags
More
Cancel
Replies
1 reply
Subscribers
15 subscribers
Views
781 views
Users
0 members are here
Options
Share
More
Cancel
Related
Split string
Former Member
over 8 years ago
For example I have code:
var myString="Test1/Test2/Test3/.../Test100";
var myArray=[];
How I can split string and set values in array?
I want have values like:
myArray=[Test1,Test2,Test3/.../Test100]
lcj2
over 8 years ago
This thread has a tokenizer implementation that works and implements what was discussed previously in this thread.
https://forums.garmin.com/showthread.php?360776-StringTokenizer&p=899833#post899833
Cancel
Up
0
Down
Reply
Cancel