Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is IstringMap interface the best to find a string in a list?
#2
IStringMap is exactly for this purpose.

Macro Macro1950
Code:
Copy      Help
str test2.getfile("$desktop$\test.txt")
IStringMap m=CreateStringMap(1|2)
m.AddList(test2)

_s="somethingtotest"
if m.Get(_s)
,out "found"


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)