I’ve looked at the w3c schools for JavaScript, but it talks about String “Objects”, which seem different than string variables used by ScriptCase. I need a coding example pls and Thanks.
I need the string: ‘aaa.bbb.ccc.eee’ parsed into an array populated as:
rs[0] = aaa
rs[1] = bbb
rs[2] = ccc
rs[3] = eee