I have two seperate arrays, one holds every values and the other array only holds false values. But if I index both with the same index, I have empty string in my second array. How do I remove these empty strings? Or is there another way for me to index the second array? The second array is in the same loop as the first array, that's why I used the same index. I tried to use delete from array if the string is empty, but that doesnt help.