Jump to content

Recommended Posts

Posted

Im trying to write to a file but i am having problems.

FileWriteLine($file, "some text") works but i want to also add a value form a GUI edit box..

FileWriteLine($file, "some text" $value from edit box)

How do i go about doing that it always gives me an error.

Thanks

  • Moderators
Posted

"some text" & GUICtrlRead($EditBox)

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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
  • Recently Browsing   0 members

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