firstly, thank you for replying
secondly:
if i use old "tokenize 32 $1-"
i get * /load: no such file 'C:\mirc\themes\.dom
(obviously it cant find any name)
when i use:
tokenize 9 $1
i get error * /load: no such file 'C:\mirc\themes\.dom
when i use
tokenize 9 $remove($1-, $chr(32))
* /load: no such file 'C:\mirc\themes\+fs000White.dom
* /load: no such file 'C:\mirc\themes\+fs000LightBlue.dom
where white or LightBlue behind +fs000 are just named backgrounds(of theme, so not theme name but just background for some alias that uses it) on listbox
where this +fs000 i have NO idea what is nor do i find it in
script at all...
any random ideas ?
Last edited by raZOR; 06/04/06 04:46 PM.