plugin to extract text from a file
Posted: March 7th, 2018, 8:01 pm
The attached dll allows text to be extracted from a file and displayed.
The configuration file and dll should be copied to the plugins folder and the cfg file edited to point to the file to be used.
The plugin can be called by $dll(FileText,1,10,0#6)
where 10 here is the line number (starting at 0) in the file and 0#6 are the start and end character on that line (starting at 0)
so this example will display the first 7 characters from the 11th line of the file.
The configuration file and dll should be copied to the plugins folder and the cfg file edited to point to the file to be used.
The plugin can be called by $dll(FileText,1,10,0#6)
where 10 here is the line number (starting at 0) in the file and 0#6 are the start and end character on that line (starting at 0)
so this example will display the first 7 characters from the 11th line of the file.