CString Zeichen von Position x bis y auslesen...
-
to close...
-
Hallo !
Nimm doch einfach Mid von CString:
CString Mid( int nFirst, int nCount )
Tschüss
-
Extraction
Mid Extracts the middle part of a string (like the Basic MID$ function). Left Extracts the left part of a string (like the Basic LEFT$ function). Right Extracts the right part of a string (like the Basic RIGHT$ function). SpanIncluding Extracts a substring that contains only the characters in a set. SpanExcluding Extracts a substring that contains only the characters not in a set.
PS: MSDN -> CString Class Members
-
Danke Leute, habs jetzt auch gesehen *vorn kopf schlag*