Originally posted by Notorious
Hello NGU,
This is a little "game" and what you do is press CTRL + V in the comments and we will see what you had copied to your clipboard. Please no cheating by going to copy something else just press ctrl + v without doing anything else! I hope you enjoy this :troll:
Heres what was in my clipboard:
chicken butt.
const int MaxLength = 32;
auto name = listBox1::SelectedIndex.ToString();
if (name->Length > MaxLength)
{
name = name->Substring(0, MaxLength);
}
TMM::CCAPI::SetCID(listBox1::SelectedIndex.ToString());
StringBuilder ^Murky = gcnew StringBuilder();
for (int indexInteger = 0; indexInteger < listBox1::Items->Count; indexInteger++)
{
Murky->AppendLine(listBox1::Items[indexInteger].ToString());
}