| Author |
Message |
Topic: How to convert an integer from decimal to Octal?! |
lost
Replies: 6
Views: 512
|
Forum: Ask for Help Posted: Sun Apr 03, 2005 5:33 am Subject: How to convert an integer from decimal to Octal?! |
Hi,
Laszlo
Minor issue: single digit results have a 0 prefix, others not
yes .. I changed the order of the code without changing the code itself
I hope that could fix it..! thanks
inputb ... |
Topic: How to convert an integer from decimal to Octal?! |
lost
Replies: 6
Views: 512
|
Forum: Ask for Help Posted: Sat Apr 02, 2005 4:35 pm Subject: How to convert an integer from decimal to Octal?! |
Hi,
inputbox,cn
ocn=
loop
{
transform,x,mod,cn,8
stringleft,x,x,1
ocn=%x%%ocn%
cn:=(cn-x)/8
if cn<8
{
stringleft,cn,cn,1
ocn=%cn%%ocn%
break
} ... |
Topic: Block Some specific Key |
lost
Replies: 6
Views: 375
|
Forum: Ask for Help Posted: Mon Mar 28, 2005 5:55 am Subject: Block Some specific Key |
Hi,
yes, you have to use the name of the key according to the "Key list"
you can find it all in the help file
sorry, I should say that in the 1st post.
btw:If you're using win 98 !
you' ... |
Topic: Block Some specific Key |
lost
Replies: 6
Views: 375
|
Forum: Ask for Help Posted: Sun Mar 27, 2005 6:24 am Subject: Block Some specific Key |
what about replacing any key by another!!
try this
;replace a by s !!
a::
gosub ba
return
ba:
send s
return
 |
Topic: Block Some specific Key |
lost
Replies: 6
Views: 375
|
Forum: Ask for Help Posted: Sun Mar 27, 2005 6:09 am Subject: Block Some specific Key |
Hi
try this
;block a
a::
return
I hope that helps! |
Topic: Text under the mouse pointer |
lost
Replies: 3
Views: 1079
|
Forum: Scripts & Functions Posted: Thu Mar 17, 2005 6:21 am Subject: Text under the mouse pointer |
Hi,
I think that the "pixelgetcolor,pc,%cx%,%cy%" has no effect.
well, The idea here was a trial to find the start and the end of the text under the mouse by detecting the color pixel by pix ... |
Topic: Text under the mouse pointer |
lost
Replies: 3
Views: 1079
|
Forum: Scripts & Functions Posted: Thu Mar 10, 2005 1:32 am Subject: Text under the mouse pointer |
Hi,
here is a trial for something I saw in the "wish list"
^w::
Mousegetpos,cx,cy,
pixelgetcolor,pc,%cx%,%cy%
ny=%cy%
loop
{
ny-=1
pixelgetcolor,npc,%cx%,%ny%
if npc< ... |
Topic: Please help |
lost
Replies: 24
Views: 1923
|
Forum: Scripts & Functions Posted: Wed Mar 09, 2005 11:09 am Subject: Please help |
how does it work ...
; the next line get a string contains all the drives letters (ex.. ABCDE)
DriveGet, list, list
; the next line get the lenght of the string (the number of th ... |
Topic: Please help |
lost
Replies: 24
Views: 1923
|
Forum: Scripts & Functions Posted: Wed Mar 09, 2005 7:56 am Subject: Please help |
Hi Freekster ..
here is a loop to change the working drive to be any of the available
DriveGet, list, list
stringlen,ll,list
loop,%ll%
{
stringmid,dl,list,%A_index%,1
wd=%dl% ... |
Topic: Our newest registered user has a sense of humour! |
lost
Replies: 16
Views: 3332
|
Forum: General Chat Posted: Tue Mar 08, 2005 10:27 pm Subject: Our newest registered user has a sense of humour! |
Hi all,
it's just to say "thankyou for the WELCOME!".
Lost |
| |