First comment
Second comment
Third comment
Fourth comment
Fifth comment
Sixth comment
Seventh comment
Fetch an element of a list by indexhttp://langref.org/all-languages/lists/access/fetch-by-index
Check the code proposed by Vincent here...http://xwiki.475771.n2.nabble.com/Groovy-equivalents-to-Velocity-examples-td7602776.html
First comment
Second comment
Third comment
Fourth comment
Fifth comment
Sixth comment
Seventh comment
Fetch an element of a list by index
http://langref.org/all-languages/lists/access/fetch-by-index
result = list[2] // index starts at 0
println result
Check the code proposed by Vincent here...
http://xwiki.475771.n2.nabble.com/Groovy-equivalents-to-Velocity-examples-td7602776.html