i did manage to build a code that works and it does the splitting when added manually:
var input = \'10;11;15;16\'; var arr = input.split(\';\'); //