Jump to content

Recommended Posts

Posted

hi i need a func that read out a .ini

he needs to check howmany sections there are if he detect there are 10 sections then read all 10 and the keys+value's if there are 25 sections then he need to read out all the 25 sections i know i need a for to function to do that but i dont know how to get it done can somebody help me with that ?

Posted

hi i need a func that read out a .ini

he needs to check howmany sections there are if he detect there are 10 sections then read all 10 and the keys+value's if there are 25 sections then he need to read out all the 25 sections i know i need a for to function to do that but i dont know how to get it done can somebody help me with that ?

the piont is i want a message system and when i login it needs to read out howmany unreadmessages i have i wanne use a server.exe that read out a .ini if you advice to use a other system then .ini to store that messages pleas let me know it then.

Posted

You need IniReadSectionNames to read all the sections in the ini-file and IniReadSection to read all the keys of a section.

Please have a look at the Autoit-Help. There you'll find plenty of examples.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

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
×
×
  • Create New...