Page 1 of 1

InitKeyboard() characteristics

Posted: Sat Aug 15, 2015 5:45 pm
by Olliv
Hello,

this small code below betrays 2 different values of each of two results of executing 'InitKeyboard()'.

Does anybody know more informations about the address returned?

Code: Select all

Macro A:Str(InitKeyboard() )
EndMacro
MessageRequester(A, A) 
Olliv