Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

plugin to extract text from a file

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
dperrow
Plugin Author
Posts: 276
Joined: May 27th, 2011, 2:13 pm
Location: Stirling, Scotland

plugin to extract text from a file

Post by dperrow »

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.
FileText.zip
You do not have the required permissions to view the files attached to this post.

Post Reply