Get it? smile
Do you follow?
not really XD
but here are the code parts:
To define the String:
STRING* Karten_name = "#17";
To write a text into it:
function feldhandel()
{
while(1)
{
if(textfeldnummer == 1)
{
inkey(Karten_name);
}
wait(1);
}
}
textfeldnummer is a variable that is set to the number of the textfield you clicked on.
Here a Screen of the Editor:

The name field is declared with "Name der Karte". If i click with the mouse on it, textfeldnummer is set to 1.