CString::Find is useful for locating a single character within a string but how would one use it (if possible) to find the location of a "sub-string" within a longer string. For example, lets say I have a text file containing the string "19mm". Can I still use the Find function to point to where it begins? If not, any suggestions?