02-25-2026, 10:42 AM
In most cases wouldn't we nowadays do something like this:
Code: (Select All)
Const EOL = Chr$(13) + Chr$(10)
words$ = _ReadFile$("orgfile.txt")
Input searchterm$
searchterm$ = searchterm$ + EOL
findpos& = InStr(words$, searchterm$)
45y and 2M lines of MBASIC>BASICA>QBASIC>QBX>QB64 experience

