ID:2550518
 


Is there a limit to the length of the string that a DLL/SO file returns from a call()?

Also what kind of overhead is involved? Would it be better to use the dyanimc library to write, say, a JSON file and retrieve it as opposed to parms2list() for large strings?

Thank you.
In theory there's no real limit on the string length. Overhead is really something you'd have to determine by trial and error.
In theory I suppose you mean limited by available memory?
Thanks for your response. I will start testing this one day soon.