Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Few questions...
#1
Hello...i`m kinda nub when it comes to QM...

I would like to ask a few questions...well here they are..

First i want to make a "counter" that will do like next:
print numbers in a text field like notepad and type the numbers in order like:

1
2
3
4
5
6
7
...

I tried to make it but i just couldn`t get it Big Grin
I tried like:
Code:
Copy      Help
        wait 0 KF (VK_F1)
            int j
            int i; str s
    for j 0 50
        for i 0 20
                key "i"
Code:
Copy      Help
        wait 0 KF (VK_F1)
        int j
        int i+1
        for j 0 50
            key "i"

But it just wont work...i know im a newbie...so plz help =)))


The second thing i wanna ask is..
How can i press by "sendkeys" or "key (...)" a backspace button?

I couldn`t wind a way anywhere...


And the third thing a wanna ask is how can i multi my actions like do key left 8 times
but to not use:
Code:
Copy      Help
        key (VK_LEFT)
        key (VK_LEFT)
        key (VK_LEFT)
        key (VK_LEFT)
        key (VK_LEFT)
        key (VK_LEFT)
        key (VK_LEFT)
        key (VK_LEFT)
???

Thanks =)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)