Search memory for string with one command
Posted: Sat Feb 10, 2007 7:13 am
I've seen lots of procedures to search memory for a string, but it would be
nice just to do something simple like this, where f=0 if not found, or the
location in memId of where it was found (like FindString).
nice just to do something simple like this, where f=0 if not found, or the
location in memId of where it was found (like FindString).
Code: Select all
f=FindInMemory(memId,text$)