downdogWoof
11-30-2003, 12:46 PM
Hi All,
am wishing to understand this code, at the page below, a little more. Can someone try and clear my head on some things..? Cheers.
http://www.macromedia.com/support/ultradev/ts/documents/client_dynamic_listbox.htm
I want to know what this section does,
1 TO varMaxLength in,
For varLoopCounter = 1 TO varMaxLength
%>
<option value = "<%=varMaxWidth%>"><%=varMaxWidth%></option>
am wishing to understand this code, at the page below, a little more. Can someone try and clear my head on some things..? Cheers.
http://www.macromedia.com/support/ultradev/ts/documents/client_dynamic_listbox.htm
I want to know what this section does,
1 TO varMaxLength in,
For varLoopCounter = 1 TO varMaxLength
%>
<option value = "<%=varMaxWidth%>"><%=varMaxWidth%></option>