Notifications
Clear all
Topic starter
Can a VFE form be written to search a static text file and return matching results? Think of it like an internal search engine that will look in a large text file to see if any values match the search.
Posted : April 29, 2015 10:25 am
Use FILEOPEN() to read in the text file. Then a series of match(string,[start,]substring) to march through the text.
Posted : April 29, 2015 12:40 pm