[Gambas-user] Caps Lock - Num Lock state howto

Charlie charlie at ...2793...
Sun Sep 21 17:40:58 CEST 2014


*I was playing with this routine and found that the following 2 lines can be
replaced by 1*sShellOutput = Replace$(sShellOutput, " ", "") iKeyLocks =
Val(Split(sShellOutput, ":")[3])*Replace with*iKeyLocks =
Val(Right(Trim(sShellOutput), 1))



--
View this message in context: http://gambas.8142.n7.nabble.com/Caps-Lock-Num-Lock-state-howto-tp15884p48416.html
Sent from the gambas-user mailing list archive at Nabble.com.



More information about the User mailing list