Something like this maybe?  _allVehiclesWithIcons = "getNumber (_x >> 'type') == 0 && getNumber (_x >> 'scope') >= 2 && getText (_x >> 'icon') != ''" configClasses (configFile >> "cfgVehicles"); _allVehiclesWithIcons = _allVehiclesWithIcons apply {getText (_x >> 'icon')}; _allVehiclesWithIcons = _allVehiclesWithIcons arrayIntersect _allVehiclesWithIcons; copyToClipboard (_allVehiclesWithIcons joinString endl) Which will dump to your clipboard: ... iconAnimal iconMan ...  
    • Like
    2