AutoHotkey Community

It is currently May 24th, 2012, 7:44 am

All times are UTC [ DST ]


Search found 5 matches
Search these results:

Author Message

 Forum: Support   Topic: Read and write INI files

Posted: February 3rd, 2010, 6:15 pm 

Replies: 10
Views: 1054


you need to call that function from your code myinifile := "thefileIwant.ini" ReadIni(myinifile ) listvars pause Dude, Thanks. I am getting there. Is there any way to make it over look a > as an illegal character? Sorry that wasn't what I needed to ask. My INI file keys have the s...

 Forum: Support   Topic: Read and write INI files

Posted: January 31st, 2010, 7:22 pm 

Replies: 10
Views: 1054


Sorry that wasn't what I needed to ask.
My INI file keys have the same name, so the script is complaining after the first key:

Error:the following variable name contains an illegal character "roomsconf"

myINI file:
[rooms]
conf => 600
conf => 601
conf => 602

 Forum: Support   Topic: Read and write INI files

Posted: January 31st, 2010, 7:04 pm 

Replies: 10
Views: 1054


Dude, Thanks.
I am getting there.
Is there any way to make it over look a > as an illegal character?

 Forum: Support   Topic: Read and write INI files

Posted: January 31st, 2010, 6:01 pm 

Replies: 10
Views: 1054


I appreciate the fast replys from ya'll. I have been digging and digging with no solution. I have found several scripts but do not know how to specify the file to read from. Here is one: ReadIni( filename = 0 ) ; Read a whole .ini file and creates variables like this: ; %Section%%Key% = %val...

 Forum: Support   Topic: Read and write INI files

 Post subject: Read and write INI files
Posted: January 31st, 2010, 5:18 pm 

Replies: 10
Views: 1054


How do you read all keys in IniRead?
Sort by:  
Page 1 of 1 [ Search found 5 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group