02-23-2013, 05:02 AM
QM help says:
"If you want to add simple list of strings (keys without values), you can use "[]" as sep to avoid breaking strings into keys and values."
If I add the above text in test.txt and use sep="[]"
Macro Macro289
_s="you" => not found
Please, how to find any word in a huge text?
"If you want to add simple list of strings (keys without values), you can use "[]" as sep to avoid breaking strings into keys and values."
If I add the above text in test.txt and use sep="[]"
Macro Macro289
str test2.getfile("$desktop$\test.txt")
IStringMap m=CreateStringMap(1|2)
m.AddList(test2 "[]")
_s="you"
if m.Get(_s)
,out "found"
else out "not found"
_s="you" => not found
Please, how to find any word in a huge text?