嗨,我沒有RedDot CMS,我想知道是否有可能使用<!IoRangeList>
裏面的<!IoRangePreExecute>
也使用ASP Classic獲取for循環內的元素的總和。Reddot cms IoRangeList裏面IoRangePreExecute
或者是其他的方式來做到這一點
這裏是我的代碼
<!IoRangePreExecute>
<%
Dim a(5), b, c
%>
<% d = 0 %>
<!IoRangeList>
' user range list as loop to get value from reddot
a(<% d = d + 1 %>) = <%value%>
<!/IoRangeList>
<% For Each b in a
c = c + Cint(b)
Next
Response.Write(c)
%>
<!/IoRangePreExecute>
我想知道是做
正確的方法
你看,我用紅點前一陣子所以它可能是你能在那裏提供代碼foreach循環請 – 2014-12-12 14:20:27
是這個頁面中途的一個例子。 http://www.reddotcmsblog.com/render-tags-an-overview – 2015-01-21 12:00:51
感謝您的鏈接將通過 – 2015-01-21 12:02:59