Jump to content

I was wondering why!


Recommended Posts

Link to comment
Share on other sites

Try it.... you will get an error.

Error: Unknown function name.

You must specify the name of an already declared function.

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

I was wondering is it not posible to provide arguments to Functions called by HotKeySet - like this example...

HotKeySet("^q", "Exit(0)") ;trap Q to quit with argument

kjactive  :(

<{POST_SNAPBACK}>

I don't know if you are just asking or need this. If you need this to work; then look up the IsPressed() UDF on the Forum.

While 1
          select
          case IsPressed(your key)
                  _myfunc(myparm)
          endselect
Wend

.

Link to comment
Share on other sites

  • Developers

I was wondering is it not posible to provide arguments to Functions called by HotKeySet - like this example...

HotKeySet("^q", "Exit(0)") ;trap Q to quit with argument

kjactive  :(

<{POST_SNAPBACK}>

No possible at this moment ......

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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...