-3
I have this variable:
var example = Aclosebclosecclose;
I want to separate the words divided by close-up and store each one in a variable.
Ex:
set an example = Toclose-upBclose-upCclose-up;
var a = A;
var b = B
var c = C;
how could I do that?