Cut.dll
Posted: August 12th, 2006, 2:20 pm
Usage:
$dll(cut.dll,1,[start]#[length],Texthere)
Example:
$dll(cut.dll,1,2#4,abc123)
returns bc12
$dll(cut.dll,1,[start]#[length],Texthere)
Example:
$dll(cut.dll,1,2#4,abc123)
returns bc12