09-05-2016, 08:11 PM
I wonder about the best method to scan an ARRAY(str) for a certain string-element. Equivalent : search a multiline string for a particular line. I used the following technique : Multiline string s to IStringMap variable m (m.AddList) and then m.Get(str value). Any other suggestion is mostly welcome. Many thanks in advance.