12345
Int16 i = Int16::Parse(textBox1->Text); while(i>0){ label1->Text=String::Concat(textBox1->Text, Convert::ToString(i), "Sec" ); i--; }