Looping and TemplateRepeatIndex in Dreamweaver template
I am having some trouble with accessing variables, here in this case Setvariable. When I go inside loop, variable doesn't exists. Anyone have any insight on this. Appreciate your help Below is my code section in template. Would you please help when you get a chance? Thanks. <!-- TemplateBeginRepeat name="Component.Fields.section" --> @@SetVariable("columnSectionIndex", "${TemplateRepeatIndex}")@@ Inline Value @@GetVariable("columnSectionIndex")@@ Variable value can be accessed <!-- TemplateBeginRepeat name ="Field.links" --> Inside Loop Value @@GetVariable("columnSectionIndex")@@ //Not getting