mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2015
Posts: 9
A
AzN Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
A
Joined: Sep 2015
Posts: 9
While using the $str(text, N), if there are blank spaces in the text, the repetition can keep that blank space?

EG: $str(abcd,3) return abcdabcdabcd
Therefore, there must be: $str(abcd ,3) return abcd abcd abcd
It was true?

Joined: Jul 2006
Posts: 4,149
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,149
Yes, except you're using a litteral space here, and mIRC removes them, $str(abcd $+ $chr(32),3) will work


#mircscripting @ irc.swiftirc.net == the best mIRC help channel

Link Copied to Clipboard