| ... | in utilities.naml |
|
870 871 872 873 874 875 876 877
|
<macro name="filter_by" requires="list" dot_parameter="filter">
<n.loop.>
<n.if.not.filter>
<then.remove_current_element/>
</n.if.not.filter>
</n.loop.>
<n.reset_list_index/>
</macro>
|
| Free forum by Nabble | Edit this page |