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

Cut.dll

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
IFR
Plugin Author
Posts: 201
Joined: April 6th, 2005, 12:59 am
Location: Canada
Contact:

Cut.dll

Post by IFR »

Usage:

$dll(cut.dll,1,[start]#[length],Texthere)

Example:

$dll(cut.dll,1,2#4,abc123)

returns bc12
You do not have the required permissions to view the files attached to this post.

thor2002ro
Posts: 13
Joined: August 7th, 2009, 3:43 pm

Re: Cut.dll

Post by thor2002ro »

source for the cut.dll please ....

IFR
Plugin Author
Posts: 201
Joined: April 6th, 2005, 12:59 am
Location: Canada
Contact:

Re: Cut.dll

Post by IFR »

Honestly, I don't know if I still have it. But the plugin is pretty simple to write. A basic string manipulation with a function like substring should do the job. :wink:

Post Reply