Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find-Locate string array elements
#1
I am in need of a code to locate the element(s) of a string array using a sub-string pattern of these elements. I remember I have found something similar in the past in the forum, but I now I failed. Any advice is mostly welcome. Many thanks in advance.
#2
Macro Macro2749
Code:
Copy      Help
ARRAY(str) a="http[]www[]quickmacros[]com[]forum[]viewtopic[]php"
int i
for i 0 a.len
,if(find(a[i] "o")>=0) out i
,if(matchw(a[i] "*o*" 1)) out i
,//if(findrx(...
,//if(SelStr(...
#3
Dear Gintaras, Thanks so much, once more!


Forum Jump:


Users browsing this thread: 1 Guest(s)