Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find Specific word in string ?
#2
Nevermind, i just found out how to do it Smile

Here is my solution :

Macro test 6
Code:
Copy      Help
str text="Hi ! My name's John, I live in Kentucky !"

int i=findc(text "Kentucky")
if i>0
,out "Hurray !"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)