james
2007-10-23 15:51:55 -0700 (Tue, 23 Oct 2007)
241
strgrabber() is now a function that returns true of the string changes.
It can still be used as a sub when you don't care if it changed the string,
but as a function you can avoid code like:
 old$ = s$
 strgrabber s$, 10
 IF old$ <> s$ THEN
---
U   wip/custom.bas
U   wip/drawing.bas
U   wip/flexmenu.bas
U   wip/mapsubs.bas
U   wip/menus.bas
U   wip/moresubs.bas
U   wip/subs.bas
U   wip/subs2.bas
U   wip/subs3.bas
U   wip/yetmore2.bas

_______________________________________________
Ohrrpgce mailing list
ohrrpgce@lists.motherhamster.org
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

Reply via email to