Forum Moderators: open
And what is the problem? It should work.
window.onload = function () {var old = ['100¦ID¦Alfa', '200¦ID¦Beta'];var arr = old[0].split('¦ID¦');alert(arr[1]);}
AA