How do you delete characters in a string?
|
11-01-2017, 03:23 AM
Post: #13
|
|||
|
|||
RE: How do you delete characters in a string?
The substring notation method is actually a little faster than the RIGHT/LEFT method. With a 20000 loop, it's about 0.1 times faster...i.e. RIGHT/LEFT takes about 10 seconds and S(I,N) method takes about 9 seconds.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)