Forum Discussion
bowenli
10 years agoAce
a more maintainable version:
<#assign excIds = ["Id1", "Id2","Id3"] /> <#if excIds?seq_index_of(boardId)== -1 > //do something here </#if>
Related Content
- 5 months ago
- 2 years ago
- 2 years ago
a more maintainable version:
<#assign excIds = ["Id1", "Id2","Id3"] /> <#if excIds?seq_index_of(boardId)== -1 > //do something here </#if>