hi..
the following code should be terminated by pressing enter key
...
inkey(my_input_key);
...
but i don't want to press enter

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
str_cpy(my_input_key,str_for_key(temp_key,13));
it didn't work.
thanks..