Markter Posted October 11, 2005 Report Share Posted October 11, 2005 I am working on a macro that uses an INI file to store data. I use the "Modify String:Save to INI" command to place the data in the file. I use the "Variable Set String from INI file" command to retrieve the data, but it is not retrieving all of the data. I have about 10KB of data in the file. Is there a limit to how much data can be retrieved with this command? Has anyone run into this problem before? Any help would be greatly appreciated! Mark Quote Link to comment Share on other sites More sharing options...
kevin Posted October 11, 2005 Report Share Posted October 11, 2005 The Windows API used to write to and read from an INI file to imposes a limit of 64K per file. I have not heard of a 10K limit but I rarely use INI files. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.