I've completed MergeSort algorithm implementation in Autolisp based on Ellis Dee's vb6 version here: http://www.vbforums.com/showpost.php?p=2909257&postcount=12
The problem is that I need to replace nth atom in the lisp array, and the only way I can currently accomplish this, is by iterating the...