Hi, Can someone help me with the code to remove the last letter in a string. thanks
Sure. VB Code: str = left(str,len(str)-1)
str = left(str,len(str)-1)
or if just want the last letter str = Right(str,1)
JPnyc rocks!! (Just ask him!) If u have your answer please go to the thread tools and click "Mark Thread Resolved"
Forum Rules