Hello all,
I have a strange problem with IniRead.
I receive some INI file; they are very large file with a big amount of data.
Unfortunately, they seems not standard INI (and I can't change this format) because the data are written in several multi line.
For this reason, I can't use the funciont Ini Read "as is" because only the first line are returned.
So, before using IniRead I have to strip the @CRLF to have the data in only one record.
The odd behavior is that I can't retrieve all the data from a key because they are truncated.
I'm sorry but I am not able to understand my error (or if there are limits in IniRead function)..
I attached a simple test script with an example. Test.zip 75.58K 5 downloads
Thanks all!
I have a strange problem with IniRead.
I receive some INI file; they are very large file with a big amount of data.
Unfortunately, they seems not standard INI (and I can't change this format) because the data are written in several multi line.
For this reason, I can't use the funciont Ini Read "as is" because only the first line are returned.
So, before using IniRead I have to strip the @CRLF to have the data in only one record.
The odd behavior is that I can't retrieve all the data from a key because they are truncated.
I'm sorry but I am not able to understand my error (or if there are limits in IniRead function)..
I attached a simple test script with an example. Test.zip 75.58K 5 downloads
Thanks all!