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
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
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
*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