Reverse a list

Peter M. Brigham pmbrig at gmail.com
Mon Feb 16 18:06:56 EST 2015


I wrote:

> I referenced the list and turned the function into a command, saves memory (possibly speed?) on very large lists.

I just realized that no memory is saved this way because we are building a new duplicate (reversed) list within the command. So referencing the list has no advantage.

-- Peter

Peter M. Brigham
pmbrig at gmail.com
http://home.comcast.net/~pmbrig





More information about the use-livecode mailing list