%FindStr("text some text", "text") ; returns the value of 1
%FinsStr("text some text", "text", @TRUE) ; returns the value of 1
%findStr("text some text", "text", @FALSE) ; returns the value of 13
%findStr("text some text", "text", @TRUE, 2) ; returns the value of 13
Pridať komentár