Hi guys,
I'm fairly new to VA, and I am not a developer, however I find VA useful for many things, and I am enjoying always finding more way to automate things in my day to day life using VA.
I am not a programmer but I can pick things up fairly fast, having said all that, I am challenged with making something I have never made before.
and increasing pause within a loop, I have no idea if VA can do such a thing but I will attempt to explain
I would like it to press and hold a key repeatedly, and each time it presses it, to increase the length of time it holds it for
all I can think of explaining is a very very basic basic language, but something like this:
x=0
loop 50
x= x+1
Press down T
pause x
release T
End loop
basically loop 1 will hold T for 1 second, loop 2 will hold it for 2 seconds etc. for 50 loops
hopefully I explained myself well and there is a way to do this.
Thank You