quote:
Originally posted by waynewilson2
like i said, the first one returns every string in the array, the second one returns nothing, neither is doing me any good
and the bracket is in the wrong spot...
the bracket is in the correct spot:
code:
if(tehmess.search(filta0[x]) != -1)
are you sure that "filta0" is an Array?
code:
var filta0 = new Array("something here", "something there")
* roflmao456 goes to test some code