xsl-list
[Top] [All Lists]

[xsl] Iteration of for() for first 100 intergers.

2010-11-18 10:09:41
Hi,
   I am looking for simple for() which will iterate through first 100 numbers.  
 how can i do that.

for(int i=0;i<=100;i++){
   System.out.println("each value"+i);
}




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>