Announcement

Collapse
No announcement yet.

standard ini file or inifile Ex?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • standard ini file or inifile Ex?

    I have a question i know a standard ini file can store up to 64 kb of data, but I dont know how much lines can write when the ini file reach that limit?

    I saw this plugin:
    Get full access to this domain. Easy, seamless transactions. Zero percent financing available.


    What differences does it have compared to standard ini action and limitations (does it have the same 64 kb limit?)?

  • #2
    Originally posted by naxo View Post
    I have a question i know a standard ini file can store up to 64 kb of data, but I dont know how much lines can write when the ini file reach that limit?

    I saw this plugin:
    Get full access to this domain. Easy, seamless transactions. Zero percent financing available.


    What differences does it have compared to standard ini action and limitations (does it have the same 64 kb limit?)?
    Thats strange I seen ini files much bigger then 64 KB, but is you need a bigger size why not use XML or a custom text file you can pass what ever details you want from it.
    Plugins or Sources MokoX
    BunnyHop Here

    Comment


    • #3
      Hi:
      Searching with google I found that limitation is only related to a section not to the whole ini file.



      But I dont understand if that limitation is referred only to the count of all characters within a section or to a line in that section like:
      value=ThisValueStored

      Comment


      • #4
        Originally posted by naxo View Post
        Hi:
        Searching with google I found that limitation is only related to a section not to the whole ini file.



        But I dont understand if that limitation is referred only to the count of all characters within a section or to a line in that section like:
        value=ThisValueStored
        I am not sure but since the ini can have so many different sections you can just split it up.
        Plugins or Sources MokoX
        BunnyHop Here

        Comment


        • #5
          Also I would say try it with AMS I not sure what lib they use and it seems it was a DOS limitation the NT system seems to be able to handle it better and it was a file open limitation for other programs and handles and you can split the sections up with [section] if you needed to, try and see what happens really test, test, test.
          Plugins or Sources MokoX
          BunnyHop Here

          Comment


          • #6
            thanks kigzooly. Surely it would not be a problem doing a inifile setting by sections I though the problem would be in whole ini file for a test with 750 lines per section haha and I did get any problem with this amount of lines.

            Thanks again

            Comment

            Working...
            X