hi..

the following code should be terminated by pressing enter key
Code:
...
  inkey(my_input_key);
...


but i don't want to press enter smile i want to click button
is there a way when i click button i can terminated that
by sending the enter key code thru code.

i tried
Code:
str_cpy(my_input_key,str_for_key(temp_key,13));

it didn't work.

thanks..