The SAVE VARIABLE and LOAD VARIABLE commands do not support Array variables. The docs say: "WARNING: This command does not support array variables. Use the new BLOB commands instead."
> (I’m trying to migrate an entire table for processing selectively in another > structure. I packed each record into respective elements of an object array > then wrot eit to disk with SAVE VARIABLES. No I’m reading it back in with > LOAD VARIABLES but it crashes). Why don't you just use SQL EXPORT SELECTION and SQL EXECUTE SCRIPT? http://livedoc.4d.com/4Dv16.2/help/Command/en/page1064.html http://livedoc.4d.com/4Dv16.2/help/Command/en/page1089.html -Tim ********************************************************************** 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] **********************************************************************

