I am not saying I know how to do it but are you able to read the memory like you can with a regular variable?
If so maybe you can just assign each block of memory a null character. If you actually can get the memory address of the data it would be easy to delete it using C code. JB > On Apr 30, 2020, at 6:43 PM, Bob Sneidar via use-livecode > <[email protected]> wrote: > > I can create memory databases, but how do I delete it once created? > revdb_disconnect still leaves it in memory. revCloseDatabase is just a > synonym of revdb_disconnect. > > Bob S > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
