Hey guys! I need help here :| Is there a way to print out an array with more than 20 items in it? For example, I run this for loop into an editable mesh: ( flist = #() sglist = #() for i = 1 to (getNumFaces $) do ( append flist (getFace $ i) append sglist (getFaceSmoothGroup $ i) )
-- flist as array sglist as array
)<br>…