NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on July 27, 2016, 05:02:14 AM
-
Hi,
I need to split a string that has character 10 as the boundary. Can this be done?
Ashley
-
yes
str.split('<10>')
cheers
Bruce
-
Thanks Bruce
Ashley