Help for this page

Select Code to Download


  1. or download this
    [% FOREACH n IN [0 .. array1.size ] %]
        first array:  [% array1.$n %]
        second array: [% array2.$n %]
    [% END %]