Hello,
"inireadsection()" is a natively buildin function, not added as needed by including some AU3. So I cannot dig into its logic (edit the function).
Is there a way to get around this limitation, documented in the help file "Only the first 32767 chars are read for legacy reasons."?
the opposit function "iniwritesection()" does *NOT* have this limitation: That one is doing writes beyond 32767 chars without any constraints.