Jump to content

ini write /read problem


Recommended Posts

So i created a ini file with settings but this wont show up in the ini ?

If $v = $GUI_CHECKED Then
        IniWrite("C:\Program Files\Pop-Up Blcoker\System.ini","Settings","Record","1")
        Else
        IniWrite("C:\Program Files\Pop-Up Blcoker\System.ini","Settings","Record","0")
        EndIf

also i created this to read the ini file how what do i need to make it work

$t = IniReadSection("C:\Program Files\Pop-Up Blocker\System.ini","Settings")
If $t = $t[1][1] Then
    Opt("TrayIconHide",1)
EndIf

i know that the If $t = $t[1][1] isnt right wat do i type to make it right

[right][font="Courier New"]...Run these streets all day, I can sleep when I die.[/font] [/right]

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