| | |
| | | // Glass.cpp: implementation of the CGlass class. |
| | | // Glass.cpp: implementation of the CGlass class. |
| | | // |
| | | ////////////////////////////////////////////////////////////////////// |
| | | |
| | |
| | | arrString.clear(); |
| | | |
| | | CString strData = strDataInput; |
| | | strData.Trim(); //??3y??óD????μ??é?? |
| | | strData.Trim(); //??3y??óD????μ??é?? |
| | | if (strData.IsEmpty()) { |
| | | return TRUE; |
| | | } |
| | | if (-1 == strData.Find(strSign)) { //2?°üo?·???·? |
| | | if (-1 == strData.Find(strSign)) { //2?°üo?·???·? |
| | | arrString.push_back(strData); |
| | | return TRUE; |
| | | } |
| | | while (0 == strData.Find(strSign)) { //?-?·é?3yê×??é?μ?·???·? |
| | | while (0 == strData.Find(strSign)) { //?-?·é?3yê×??é?μ?·???·? |
| | | strData.Delete(0, strSign.GetLength()); |
| | | } |
| | | strData += strSign; |