Thanks, I read another Post of yours indicating the Util.split method which seems to behave like the java String Class split.
Regards. On Thursday, June 15, 2017 at 6:18:38 PM UTC-4, [email protected] wrote: > > If you are experiencing an issue please mention the full platform your > issue applies to: > IDE: NetBeans/Eclipse/IDEA > Desktop OS > Simulator > Device > > IDE: NetBeans 8.2 > Desktop OS Windows 10 > Simulator > Device IOS & Android > > Can you please provide me a complete example code that will split a String > as found in Java 1.8 Split method? > > I have seen reference to: (response is a String) > > > *com.codename1.ui.List<String> list1 = > com.codename1.util.StringUtil.tokenize(response, "<<EOL>>") ;* > > > *Generates This error: incompatible types: java.util.List<String> cannot > be converted to com.codename1.ui.List<String>* > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/8e346e20-0b19-428c-a993-b3d4c3b7f213%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
