Is there a limit to the length of the string returned in a TINIfile?
I noticed there was alot of XML Based EBooks so I wanted to try it with an INI File

I got pretty far until i copied A long text into the =
([Section]
o=REALLY LONG TEXT WENT HERE... Maybe more then 40 chars :\)
I loaded the whole thing onto a TMemo with a
Memo.Append(INI.ReadStrings('Section','o',''));
But not every thing went on the memo

I deleted it but i had second thoughts D:
So just wondering... Is there a specific length of chars for when reading a string from an INI File?