Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find word
#2
Macro
Code:
Copy      Help
str s=
;test1: hello.
;test2: goodbye.
;test1: helloo.
;test1: hellooo.
;test2: goodbyee
str s2="test1"
int i n
rep
,i=findw(s s2 i)
,if(i<0) break
,i+s2.len
,n+1
out n


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)