Published in: ASP
function a0(n) n = trim(n) a0 = n if trim(n) = "" then exit function n = cstr(n) if len(n) < 2 then n = "0" & n a0 = n end function
You need to login to post a comment.
ASP.NET 3.5 Unleashed
ASP.NET 3.5 Unleashed is the most comprehensive book available on the Microsoft ASP.NET 3.5 Framework, covering all aspects of the ASP.NET 3.5 Framework--no matter how advanced.
f0vela on 03/13/08
Published in: ASP
function a0(n) n = trim(n) a0 = n if trim(n) = "" then exit function n = cstr(n) if len(n) < 2 then n = "0" & n a0 = n end function
You need to login to post a comment.