mIRC Home    About    Download    Register    News    Help

Print Thread
#114017 11/03/05 04:05 AM
Joined: Mar 2005
Posts: 7
T
tabby Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
T
Joined: Mar 2005
Posts: 7
just copying it to this forum as it seems more suited this was my original post from feature suggestions:

--

A really annoying thing i dont like is that mIRC doesn't preserve spacing in output etc. Yes, this is easily delt with, $str($chr(160),10) etc.. The annoying part is when $read'ing a file (*.txt) and it not preserving it when you output it.

The only way you can do it is open the .txt file do a mass replace on " " and replace it with $chr(160) ... This doesn't work too well when u want people to upload files and people can view them.... you need to manually replace all the spaces to chr160..

I tried making a loop to get every character from a file and try and makr a 'replace' in mirc to do it, but it doesn't 'see' the normal chr32 spaces so you cant replace them ...

Anyone successfully done this, if not, then khaled should probably support it

Thanks

--

Or does anyone know a COM object script that will open notepad and do a mass replace ????????? That would even be ok

#114018 11/03/05 04:40 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
u shouldnt cross post, its been answeered in the other thread.


Link Copied to Clipboard