mIRC Home    About    Download    Register    News    Help

Print Thread
N
nomer2007
nomer2007
N
What is for multiplying a word

$tok(word,Char,howmanytimes)

Joined: Jun 2006
Posts: 506
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Jun 2006
Posts: 506
/help $str

N
nomer2007
nomer2007
N
Thanks deegee

N
nomer2007
nomer2007
N
when i use $str(word,3)
returns
wordwordword

can't it be
word word word

Joined: Nov 2006
Posts: 1,552
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,552
You'd need to multiply the space char as well:
$str($+(word,$chr(32)),3)


Link Copied to Clipboard