Post Reply 
Best Way to Strip Traling Letter?
03-20-2017, 10:05 PM
Post: #4
RE: Best Way to Strip Traling Letter?
(03-20-2017 09:49 PM)Carlos295pz Wrote:  For "S" and "s" it may is this:
Code:
T:=U(1,DIM(U)-(INSTRING("Ss",RIGHT(U,1))>0))

Or:
Code:
T:=U(1,DIM(U)-(UPPER(RIGHT(U,1))=="S"))
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Best Way to Strip Traling Letter? - Didier Lachieze - 03-20-2017 10:05 PM



User(s) browsing this thread: 1 Guest(s)