Published in: ASP
if len(str) > 0 then _ str = mid(str,1,len(str)-1)
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.
krisdb on 03/09/07
Published in: ASP
if len(str) > 0 then _ str = mid(str,1,len(str)-1)
You need to login to post a comment.