I want to write a macro for iListen 1.6.8 which will allow me to press up arrow 1 through 40 times, depending on number I say when issuing the command.
I know that the code for "up arrow one" would be:
try
typeKey "up arrow"
end try
How would I modify this command to accept numbers 1 through 40?
Thanks...
Todd