for (k = i; k < args.length; k++) {
        str += args[k] + ',';
        if (typeof args[k] == 'number' && args[k] > pmStart) break;
    }