You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rapt...@googlegroups.com
I have a question regarding for loop in raptor template. The
examples of “for” loop only show how to loop an array.
Do we have a way to loop based on length? Like Java does
for(int i=0; i<length; i++)
Phil Gates-Idem
unread,
Aug 15, 2013, 1:16:29 PM8/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rapt...@googlegroups.com
Kane,
As far as I know, this is not supported using the special "for"-loop construct in Raptor, however, you can break out into raw JavaScript using code like this in your template: