Page 1 of 1

Search memory for string with one command

Posted: Sat Feb 10, 2007 7:13 am
by PB
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).

Code: Select all

f=FindInMemory(memId,text$)

Posted: Sat Feb 10, 2007 10:14 am
by Derek
Good idea, maybe include a range of memory to search in as well.

I assume memid is the starting point, just need a memlen or such.