you should use BLOB instead of TEXT with RECEIVE PACKET, with a stop char or max size, which you like. just remember to clear the BLOB every iteration and save as you go.
don't use arrays (defeats the purpose of chunking), don't use text (bloats the size and adds overhead for decoding). > 2017/09/26 6:30、Chip Scheide via 4D_Tech <[email protected]> のメール: > Is there a limit to how much can be read in one 'chunk' via Receive Packet? ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

