Code:
TEXT* t =
{
   string("Enter your text:","#80");
   layer = 1;
   flags = SHOW;
}

void foobar_startup()
{
   STRING* s = (t->pstring)[1];
   inkey(s);
   printf("You entered:\n\"%s\"",s->chars);
}


Besser?


Always learn from history, to be sure you make the same mistakes again...