mIRC Code Snippets Tagged with split
(4)
This is a rather simplistic snippet I made for a friend.
It simply splits your text up.
$split.text(hiiiii,32) would echo "h i"
The format is $split.text(string,C,N)
Examples:
//noop $split.text(test,32,100)
//noop
<pre>;
; /splitfile [-bdfor] [OutputDir] <N> <file>
;
; /splitfile splits a file into multiple parts of N bytes.
; Usefull for example if you want to send large files
Basically works like /tokenize, except you specify a character or string to split tokens by instead of an ascii number. It also fills $sN, $sN-, $sN-N, etc instead of $N, $N- and $N-N.
There are comments



