Post Reply 
Best Way to Strip Traling Letter?
03-21-2017, 01:33 AM
Post: #6
RE: Best Way to Strip Traling Letter?
(03-20-2017 11:05 PM)toshk Wrote:  As in example
Code:

suppress("depends",DIM("depends"))

Under speed test, this form takes approximately 15 times more time of execution than the initial one. It is an alternative, but not massively adequate.

Code:
T:=LEFT(T,DIM(T)-1)

The RIGHT LEFT INSTRING and similar commands are incredibly fast

Viga C | TD | FB
Visit this user's website 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? - Carlos295pz - 03-21-2017 01:33 AM



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