How do you delete characters in a string?
|
10-31-2017, 11:05 PM
Post: #10
|
|||
|
|||
RE: How do you delete characters in a string?
(10-31-2017 11:59 AM)webmasterpdx Wrote: So, the optimal way to drop characters in a string is as follows. This doesn't work if you want to drop the first or the last character of the string. STRDEL("ABCDEFGHIJK",0,7) returns "ABCDEFGHIJKGHIJK" Here is a working version using Cyrille substrings notation: Code: EXPORT STRDEL(S,L,R) STRDEL("ABCDEFGHIJK",0,7) returns "GHIJK" |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)