- Left(int nCount)
- 왼쪽기준으로 문자열 추출
- Mid(int nFirst) const
- Mid(int nFirst, int nCount)
- nFirst 추출을 시작할 문자열 위치
- nCount 추출할 문자의 갯수
- Right(int nCount) const
- nCount 오른쪽 기준 추출할 문자의 수
'MFC' 카테고리의 다른 글
[MFC] 대소문자 변경 (0) | 2020.11.18 |
---|---|
[에러해결]ADO_CONNECT_H_msado15.tlh redefinition ~~~~ 'enum' type redefinition (0) | 2020.11.13 |
[MFC] Access Mdb 한 줄씩 읽어서 mdb 테이블, 필드 얻어오기 (0) | 2020.11.12 |
[에러해결] Cannot open include file: 'c:\project\debug\MSADO15.tlh', MFC 기반의 MS SQL을 ADO OLE DB와 연결 (0) | 2020.11.11 |
[MFC] List Control (0) | 2020.10.26 |