Hi,
I tryed this:
<%=format(7,"000")%> in hopes I'd get 007 like in VB

But I got this:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'format'

I need to insure three place holders are taken at all times for any integer 1 to 999. Any Help?