-
Nov 2nd, 2024, 02:48 PM
#1
Thread Starter
Fanatic Member
modIniFiles
modIniFiles is a small bas file that can be used for reading and writeing windows ini files it supports a lot of stuff and should be all you need to deal with the old ini files. some features
- ReadString
- ReadInteger
- ReadFloat
- ReadBoolean
- WriteString
- WriteInteger
- WriteFloat
- WriteBoolean
- Read selections
- Read Selection Keys
- Read Selection Values
- Check for a selection
- Chreck For a Key
- Check For a Value
- Delete Selection
- Delete Key
- and more
Hope you find it usfull.
modIntFiles1.bas
Last edited by BenJones; Nov 2nd, 2024 at 02:53 PM.
-
Nov 3rd, 2024, 09:04 AM
#2
Last edited by Elroy; Nov 3rd, 2024 at 09:07 AM.
Any software I post in these forums written by me is provided "AS IS" without warranty of any kind, expressed or implied, and permission is hereby granted, free of charge and without restriction, to any person obtaining a copy. To all, peace and happiness.
-
Nov 3rd, 2024, 10:48 AM
#3
Thread Starter
Fanatic Member
Re: modIniFiles
 Originally Posted by Elroy
Thanks I will take a look
-
Nov 6th, 2024, 04:59 PM
#4
Fanatic Member
Re: modIniFiles
 Originally Posted by Elroy
The WritePrivateProfileString, & WritePrivateProfileSection API calls functions do not support unicode (UTF-16LE), so you can use these API functions mainly for reading the INI, but not for writing
-
Nov 6th, 2024, 05:24 PM
#5
Any software I post in these forums written by me is provided "AS IS" without warranty of any kind, expressed or implied, and permission is hereby granted, free of charge and without restriction, to any person obtaining a copy. To all, peace and happiness.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|