Jump to content

Question about Send and IniRead


Recommended Posts

Hello,

Well I'm trying something like this:

$test = Iniread("global.ini","settings","keys","0")
Send($test)

[settings]
keys=F1

How ever, it doesnt send F1, it sends just "1", any ideas?

Link to comment
Share on other sites

  • Developers

Hello,

Well I'm trying something like this:

$test = Iniread("global.ini","settings","keys","0")
Send($test)

[settings]
keys=F1

How ever, it doesnt send F1, it sends just "1", any ideas?

That is because F1 key = "{F1}" not "F1"

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

  • Developers

Ahh, I thought of trying that after I posted, thanks :D

Don't try but hit F1 when in SciTE ... it will open the Helpfile and tell you all about the Send() commnad .. :) Edited by JdeB

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