View difference between Paste ID: cDi3zCFe and 7DMkMrQP
SHOW: | | - or go back to the newest paste.
1-
if (m_TxtTextPtr->IsEntered())
1+
	GAME_ENGINE->DrawString(String("Length: ") + String(m_Length),10,260);
2-
	{
2+
	GAME_ENGINE->DrawString(String("Index First ") + String(m_TxtCharPtr->GetText()) + String(" : ") + String(m_FirstIndex), 10, 290);
3-
		String m_Words = m_TxtTextPtr->GetText();
3+
	GAME_ENGINE->DrawString(String("Last First ") + String(m_TxtCharPtr->GetText()) + String(" : ") + String(m_LastIndex), 10, 320);