Posts: 576
Threads: 97
Joined: Aug 2007
Why do i feel like im missing something obvious here...but this wont work and i tryed everything i feel like im missing something outrageously obvious...
Macro
str test temp ss
test="car"
temp="the car"
if(findrx(test temp 0 2 ss)>=0)
,out "found"
Posts: 12,072
Threads: 140
Joined: Dec 2002
swap test and temp because you now search for the car in car
Posts: 576
Threads: 97
Joined: Aug 2007
Thank you! wow i tryed that but i also tryed changing flags while changing that.
perfect!