Index: lang/actionscript/flmml/trunk/src/com/txt_nifty/sketch/flmml/MML.as
===================================================================
--- lang/actionscript/flmml/trunk/src/com/txt_nifty/sketch/flmml/MML.as (revision 2151)
+++ lang/actionscript/flmml/trunk/src/com/txt_nifty/sketch/flmml/MML.as (revision 2157)
@@ -341,6 +341,8 @@
                             else newstr += m_string.substring(start[nest], last[nest]);
                         }
+                        var l:int = newstr.length;
                         newstr += m_string.substring(m_letter);
                         m_string = newstr;
+                        m_letter = l;
                         nest--;
                     }
@@ -498,4 +500,5 @@
             m_string = removeWhitespace(m_string);
             processRepeat();
+            //trace(m_string);
             process();
 
