Much better than "way cool" Reduced the size of the blob I was getting from server by 90%!
(4121 octets to 409) !!! Thanks! Randy Engle XC2 Software LLC -----Original Message----- From: 4D_Tech [mailto:[email protected]] On Behalf Of Keisuke Miyako Sent: Monday, January 09, 2017 4:38 PM To: 4D iNug Technical <[email protected]> Subject: Re: SETS from Server to Client we recommend you review the scope of sets. "Visibility of Sets" http://doc.4d.com/4Dv16/4D/16/Sets.300-3037049.en.html you should notice that in most cases you shouldn't have to explicitly transfer sets over the network, as long as you pick the right scope. but if you must, take a look at commands like CREATE SET FROM ARRAY http://doc.4d.com/4Dv16/4D/16/CREATE-SET-FROM-ARRAY.301-3037050.en.html BOOLEAN ARRAY FROM SET http://doc.4d.com/4Dv16/4D/16/BOOLEAN-ARRAY-FROM-SET.301-3036782.en.html VARIABLE TO BLOB http://doc.4d.com/4Dv16/4D/16/VARIABLE-TO-BLOB.301-3036353.en.html BLOB TO VARIABLE http://doc.4d.com/4Dv16/4D/16/BLOB-TO-VARIABLE.301-3036360.en.html > 2017/01/10 9:31、Randy Engle <[email protected]> のメール: > > Any ideas for something easier. > No doubt it's really simple... I've just forgotten how. ********************************************************************** 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] **********************************************************************

