Hi all. I am trying to parse a file inside a script and the [ /file get name=xxx contents ] returns nothing.
I think I have traced the problem to the fact that the file may be too long. I hit a problem for file lengths over 4,095 chars - over this length the contents can also not be set to a file.
Am I figuring this out correct? Is there a workaround to read text from files longer than 4,095 characters?
Thanks
yes you are correct. 4KiB is the limit that can be manipulated by scripts.