oke $lines is oke

i dont think i can use multiple wildcards in one /filter command so im trying to acheve the same with an loop

var %l = $lines(file.txt)
while (%i <= 0) {

; here i want to search $read(file.txt,%l) for 1 or more strings
string001
stringtwo
string003
stringfour
dec %i
}
if one or more of the 4strings is found the line has to be copyed to output.txt


thanx for the quick post 5618

Last edited by Proxx; 02/12/09 02:31 PM.