Cordial Greeting.
I tell you what I want to do.
Example, I have a variable like this:
var id = "673728-882";
What I want to do, is that I separate that into 2 variables where the script is, example of how it should be:
var id2 = "673728";
var id3 = "882";
I hope you understand me and can help me.
Thanks in advance