/ Published in: ASP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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