need a litle help pls

Old posts that have not been replied to for several years.
Locked
s
suffering
Voice
Posts: 27
Joined: Fri May 27, 2005 4:34 am

need a litle help pls

Post by suffering »

aaaaaaaaaaaaaaaaaaa
Last edited by suffering on Sat Aug 20, 2005 4:02 pm, edited 1 time in total.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

replace

Code: Select all

if {[string match *$salesword* $text]} {
with

Code: Select all

if {[string match -nocase "* $salesword *" $text]} {
This way it'll match only if the word comes independant in the sentence.
s
suffering
Voice
Posts: 27
Joined: Fri May 27, 2005 4:34 am

Post by suffering »

enx man
Locked