Hi,

Normally I would ditch inkey and try to find another solution, but since this is a long project which already uses alot of inkeys, I am trying to make the best of it.

Anyway now to my problem: I personally never use the 'end' key when editing textboxes in programs/games, but I noticed that for inkey it gives memory errors (W1516) saying CAT.
My quess would be that is cause I do:
Code:
str_cat(input_str,"                         ");  
inkey(input_str);

to have more space to type. And it doesn't seem to give any problems whatsoever (for like the last 3 months of testing) besides when using 'end' key .
Is there anyway to disable the 'end' key or to prevent this memory error?

tia

Last edited by Reconnoiter; 11/20/15 12:10.