[Idrs-commit] CVS: Idrs/dev/lib idrs.jar,1.21,1.22
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2004-09-11 20:08:49
|
Update of /cvsroot/idrs/Idrs/dev/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19267/lib Modified Files: idrs.jar Log Message: Added a "while" tag that allows a condition for looping : <while condition="value < x"> . . . </while> Previosly a script block had to be used to do while loops. The condition is in the form of whatever the scriptcontext uses Index: idrs.jar =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/lib/idrs.jar,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 Binary files /tmp/cvsDgkY6Y and /tmp/cvsGGqyNE differ |