Nel programma dovrei far inserire uno spazio ogni tre "lettere".
Uso questo codice che però non sortisce alcun effetto, sapreste dirmi come mai?

Codice PHP:
= (tmpstr.Length 3);

if (
checkBox1.Checked)
{
while (
>= 3)
{
tmpstr.Insert(h" ");
3;
}