Jump to content

IfBitand from ini [SOLVED]


BryonR
 Share

Recommended Posts

Not quite sure what I'm doing wrong here.

If BitAND(IniRead("c:\test\test.ini", "Ticket", "sale", "Not Configured"), 1) Then $db_sale = GUICtrlRead($input_sale)
If BitAND(IniRead("c:\test\test.ini", "Ticket", "sale", "Not Configured"), 0) Then $db_sale = "|"

I'm trying to do the following logic.

If ini bit = 1 then read gui else |

Bryon

Edited by BryonR
Link to comment
Share on other sites

Welcome!!

Seems, I have helped you before.... Did you see may last post on yout last thread?

... Apparently you have been a man on a mission...

http://www.autoitscript.com/forum/index.ph...ult_type=topics

8)

Yes I did, thank you! :mellow: I'm working on refining a helpdesk ticket tracking solution. Thus far it has email and database entry.

It also has customization through ini edit.

-Bryon

Edited by BryonR
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...