Post Reply 
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How do you delete characters in a string? - webmasterpdx - 11-01-2017 03:23 AM



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