Jump to content

Quick IniRead Question


Venix
 Share

Recommended Posts

Wasn't sure where I could find information on this so I thought I would just ask here. I was wondering when you create an ini file and use the ini read function will the program read every line of that ini file until it gets to the right section or will it just skip through and read directly from the section that you requested. I was wondering about this because I understand there could be speed issues if you had a large ini file and read from the bottom of the list. I beleive FileReadLine functions in a way that It reads every line until it gets to the right one and then returns the correct line so I was wondering if Ini Read did the same.

Thanks :)

Link to comment
Share on other sites

I would think it reads thru each category until the one wanted is got to, then the key(s) and value(s) in that category are read, or you could read in the help file about the 5 or 6 native INI functions.. :)

Edited by somdcomputerguy

- Bruce /*somdcomputerguy */  If you change the way you look at things, the things you look at change.

Link to comment
Share on other sites

IIRC correctly the INI read functions of AutoIt are limited in size to about 64K. So there are no speed limitations, just size limitations.

If your INI file will be bigger, you need to use the INI file UDF which can be found on the forum.

Edited by water

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.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 (NEW 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

 

Link to comment
Share on other sites

IIRC corectly the INI read functions of AutoIt are limited in size to about 64K. So there are no speed limitations, just size limitations.

If your INI file will be bigger, you need to use the INI file UDF which can be found on the forum.

I did not realise this thanks for clearing that up.
Link to comment
Share on other sites

According to the help file the limit is 32k for function IniReadSection: "Only the first 32767 chars are read for legacy reasons."

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.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 (NEW 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

 

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