Hello,
what would be the best way to read the item of an array one by one;
not like;
#foreach( $item in $result )
        $item
#end

i want to read it like, array[2], reading the item two of an array? through the 
velocity, 
i have try the $array.get($result,2), and it not working, its there is a 
another way? 

--
This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com
http://www.opensubscriber.com/messages/velocity-user@jakarta.apache.org/topic.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to