You have to show your string in a TEXT* instead of digits in a PANEL*.

How to limit the string length:
str_cpy(Karten_name,"#17"); // Karten_name consists of 17 spaces now.
inkey(Karten_name);

wink