mIRC Home    About    Download    Register    News    Help

Print Thread
#99415 01/10/04 05:09 PM
Joined: May 2004
Posts: 7
S
ssc Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: May 2004
Posts: 7
how to make double spacing in a script?

Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
You can't, but there are some alternative characters you can use which look like spaces.

$chr(160)
$chr(255)

Each of those won't look like spaces in all fonts, but will in some.


New username: hixxy
Joined: Mar 2004
Posts: 45
D
Ameglian cow
Offline
Ameglian cow
D
Joined: Mar 2004
Posts: 45
What about $chr(32) ?

Joined: Feb 2004
Posts: 714
Z
Hoopy frood
Offline
Hoopy frood
Z
Joined: Feb 2004
Posts: 714
$chr(32), I *think*, will only act as a space if there is text that follows it, so a double space isn't possible with $chr(32).


"All we are saying is give peace a chance" -- John Lennon

Link Copied to Clipboard