I´ve this snippet of code:

Code:

action bla()
{
TEXT* txtMyText;
txtMyText = txt_create(3,13);

wait(1);
set(txtMyText, VISIBLE);
inkey((txtMyText.pstring)[0]);
}



And all I get is an "acknex.exe has encountered a problem and needs to close".
Any ideas what´s wrong here?


no science involved