| Author |
Message |
Topic: Some string manipulation functions... |
Danny Young
Replies: 21
Views: 39956
|
Forum: General Help Posted: Sat Sep 07, 2002 1:59 pm Subject: Some string manipulation functions... |
Hello Garrett,
Long time no see.
rem BOF--- (note: SADE should really make a @REVERSE() function. (it'd speed this code up somewhat)
rem and add a "Start From" argument to @POS() - yo ... |
Topic: Search and Replace Text |
Danny Young
Replies: 16
Views: 35217
|
Forum: General Help Posted: Fri Aug 23, 2002 12:13 am Subject: Search and Replace Text |
To be honest PGWARE, your way is probably more efficient than using @POS().
I think you're counting from 1 to the length of the string, checking each char, but at least you only pass each char once ... |
Topic: Some string manipulation functions... |
Danny Young
Replies: 21
Views: 39956
|
Forum: General Help Posted: Sat Aug 17, 2002 10:31 am Subject: Some string manipulation functions... |
Hi
Thought I'd give VDS 4.5 a whirl after not touching it for a couple of years, and I've come up with a few string manipulation techniques, including Replace, Reverse, InStrRev (which is @POS() in ... |
| |