1.TESTRunning(CString str)
{
CString str1 = str;
int i = str1.Find("[Testitem]");
str1 = str1.Right(str1.GetLength()-i);
int j = str1.Find(_T("\n\n"));
str1 = str.Mid(i+11,j-10);
while (str1.GetLength())
{
CString str2;
int i1 = str1.Find("\n");
str2 = str1.Left(i1);
CString str3 = str;
while (str3.GetLength())
{
</
{
CString str1 = str;
int i = str1.Find("[Testitem]");
str1 = str1.Right(str1.GetLength()-i);
int j = str1.Find(_T("\n\n"));
str1 = str.Mid(i+11,j-10);
while (str1.GetLength())
{
CString str2;
int i1 = str1.Find("\n");
str2 = str1.Left(i1);
CString str3 = str;
while (str3.GetLength())
{
</