> Le 17 sept. 2018 à 16:15, Bart Davis via 4D_Tech <[email protected] > <mailto:[email protected]>> a écrit : > > No need to write to a file. Appending text to a text variable is very slow, > but using TEXT TO BLOB($textToAdd;$blob;UTF8 text without length;*) is very > fast. Give that a try and see the huge speed difference.
You can also append in a text array, then implode that array using that blob technique. <http://forums.4d.com/Post/FR/15873353/2/17457534#17457534 <http://forums.4d.com/Post/FR/15873353/2/17457534#17457534>> Huge amount of text can be hold this way, very fast. About the 2Gb limit of text, I noticed the limit in number of chars is about the half. -- Arnaud de Montard ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

