Dumb Question. I would like the following code to display a leading zero for
0 through 9. Not sure how to accomplish this.
<select name="EndMinute">
<@for start="0" stop="59" step="1">
<@assign name="request$EndMinute" value="<@currow>" format="">
<option value="<@var request$EndMinute>" <@if expr='<@var
request$EndMinute> = <@var user$EndMinute>' true='selected' false=''>><@var
request$EndMinute></option>
</@for>
</select>
Thanks for the help
Steve Fogelson
Internet Commerce Solutions
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf