07.04.2016, 23:36
Hello. Any idea how to find last occurence of a substring in a string. Because strfind gives me the first occurence. I don't know maybe a while(lastfound!=-1) lastfound=strfind(bla bla b,lastfound+1); and use offset of strfind... maybe you can help me. Thx.