[Mumps2Py:] [17] now includes the case where $EXTRACT has two arguments.

[ Thread Index | Date Index | More lists.mumps2py.org/discuss Archives ]


Revision: 17
Author:   pgallot
Date:     2008-01-17 19:38:55 +0000 (Thu, 17 Jan 2008)

Log Message:
-----------
now includes the case where $EXTRACT has two arguments.

Modified Paths:
--------------
    trunk/testfiles/for_extract.mps


Modified: trunk/testfiles/for_extract.mps
===================================================================
--- trunk/testfiles/for_extract.mps	2008-01-17 19:36:14 UTC (rev 16)
+++ trunk/testfiles/for_extract.mps	2008-01-17 19:38:55 UTC (rev 17)
@@ -1,2 +1,4 @@
  FOR i=1:1:6 WRITE !,$E("HOWDY",1,i),"*"
  FOR i=0:1:6 WRITE !,$E("HOWDY",1,i),"*"
+ S m="SALUT" F i=1:1:5 W !,$E(m,1,i),"*" 
+ F J=1:1:5 W !,"*",$E(m,J),"*"


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/