Quote:
Get it? smile
Do you follow?

not really XD

but here are the code parts:

To define the String:
Code:
STRING* Karten_name = "#17";

To write a text into it:
Code:
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.

Last edited by xXReapeRXx; 10/31/08 11:09.

Selling my Acknex Engine Editions (A7 Com & A8 Pro):
>> click here if you are interested <<