Jump to content

why?


t0ddie
 Share

Recommended Posts

i can log numbers, and spaces, but not letters. what am i doing wrong here?

hotkeyset ("a","a")

hotkeyset ("9","nine")

hotkeyset ("{space}","space")

hotkeyset ("{enter}","enter")

$file = FileOpen("read-me.txt", 1)

while 1

WEnd

func a()

FileWrite($file, "a")

EndFunc

func nine()

FileWrite($file, "9")

EndFunc

func space()

FileWrite($file, " ")

EndFunc

func enter()

FileWrite($file, @crlf)

EndFunc

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...