I'd like to see a RFindString() or something which searches for a string from the end of the searched string.
It was hinted at here http://www.purebasic.fr/english/viewtopic.php?t=20761 but not explicitly asked for as a command.
Reverse find string
- tinman
- PureBasic Expert
- Posts: 1102
- Joined: Sat Apr 26, 2003 4:56 pm
- Location: Level 5 of Robot Hell
- Contact:
Reverse find string
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
(WinXPhSP3 PB5.20b14)
- Kaeru Gaman
- Addict
- Posts: 4826
- Joined: Sun Mar 19, 2006 1:57 pm
- Location: Germany
Re: Reverse find string
I wrote a bidirectional search routine for my MemPad. It is very convenient to be able to search back and forth with just a mouse click (a feature that would be nice for the PB IDE as well)
Source Snippet: http://www.purebasic.fr/english/viewtop ... 409#206409
Source Snippet: http://www.purebasic.fr/english/viewtop ... 409#206409
Horst.