You can search through a memory file for a string. You can start the search at the top of the memory file or at some other point in the memory file. To search for a string, use one of the two memory file search functions, mf_search() and mf_txtrow():
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These functions return the number of the row whose beginning matches the specified string. mf_txtrow() begins searching on line 0; mf_search() allows you to specify the line number to begin searching on.