Help,Does anyone know how to dynamically display reddots using a for loop?--I am trying to make a portlet for Reddot and I'm running into a snag. I have the code below to dynamically display reddots based on how many the user wishes to display.I am getting the Pre-Excute error screen and I'm not sure where to go from here.Here's the code:<%
For i = 1 to <%stf_ToggleCount%>
If i > 20 Then Exit For
response.write("<!IoRedDot_stf_Title_" & i & ">")
Next
%>I hope that makes enough sense. If it doesn't I'd love to elaborate further.Thanks for your help,Todd
You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/reddot-cms-users/-/on__74ZFi-EJ.
To post to this group, send email to reddot-c...@googlegroups.com.
To unsubscribe from this group, send email to reddot-cms-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.