We Recommend

ASP.NET 3.5 Unleashed 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.


Posted By

krisdb on 03/09/07


Tagged

ASP


Versions (?)


strip last character


Published in: ASP 


  1. if len(str) > 0 then _
  2. str = mid(str,1,len(str)-1)

Report this snippet 

You need to login to post a comment.