InitKeyboard() characteristics

Just starting out? Need help? Post your questions and find answers here.
User avatar
Olliv
Enthusiast
Enthusiast
Posts: 542
Joined: Tue Sep 22, 2009 10:41 pm

InitKeyboard() characteristics

Post 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