Jump to content

AutoItSetOption


idnno
 Share

Recommended Posts

Does anyone know what is up with this?

Why does my output show this:

|

|

Instead of this:

|

|~|

Code:

$11 = Opt("GUIDataSeparatorChar","|~|")

consolewrite($11 & @CRLF)

$22 = Opt("GUIDataSeparatorChar","|")

consolewrite($22 & @CRLF)

From the Help File:

Return Value

Returns the value of the previous setting for the option

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