The returnvalue of the inkey-function doesnt work as described in the manual.
with
Code:

result = inkey(debug_str);
str_cat_num(debug_str, "%.0f", result);



I get 122740.
First I expected a type-convertion error, but the function always returns the same value.


I <3 LINQ