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

2014-09-21 Thread Jesus
El 21/09/14 a las #4, Charlie Reinl escribió: > Am Sonntag, den 21.09.2014, 19:06 +0200 schrieb Jesus: >> El 21/09/14 a las #4, Charlie escribió: >>> *I was playing with this routine and found that the following 2 lines can be >>> replaced by 1*sShellOutput = Replace$(sShellOutput, " ", "") iKeyLoc

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

2014-09-21 Thread Charlie Reinl
Am Sonntag, den 21.09.2014, 19:06 +0200 schrieb Jesus: > El 21/09/14 a las #4, Charlie escribió: > > *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

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

2014-09-21 Thread Jesus
El 21/09/14 a las #4, Charlie escribió: > *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)) > -- > V

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

2014-09-21 Thread Charlie
*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.n