mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
Joined: Oct 2003
Posts: 3,641
A
argv0 Offline OP
Hoopy frood
OP Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
//echo -a $calc(3 %2)

Gives 3

if it were doing 3 % 2 it would give 1

So no, that's not really an issue. If it were, that would be a bug in calc, because then a user could never use a variable named as a number as part of the argument.

Joined: Jul 2006
Posts: 4,020
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,020
Hum yes, sorry about that.


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Sep 2005
Posts: 2,630
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,630
I'd like to suggest additional highlighting entries for:

Operators: &&, ||, !=, etc
Evaluation brackets: [ ]
Parenthesis: ( )
Block brackets: { }
Numbers
Event prefixes: ^, *, &, !, me:
Identifier parameter separators: ,
Properties
Dialog controls: button, text, etc

Also, the 'identifier prefixes' option doesn't seem to work unless I'm misunderstanding it.

I thought the "!" in $!time would be treated as a prefix but it's not. If this is supposed to be what it's for and it needs a fix, then you might as well support . and ~ as prefixes too.

Joined: Oct 2003
Posts: 3,641
A
argv0 Offline OP
Hoopy frood
OP Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
identifier prefixes arent yet highlighted but they should parse right

I didn't even know about ~ as a prefix

Joined: Sep 2005
Posts: 2,630
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,630
$~ident will only call $~ident if $ident is a built in identifier.

Code:
alias t return t


//echo -a $t $~t $~time

Joined: Jul 2006
Posts: 4,020
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,020
Thank you for this tips smile


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
R
RRX
RRX
R
Are there any system requirements for this dll? Because I load it, it appears in //echo -ag $dll(1), but for the rest, it doesnt indicate its presence in scripts editor.

Joined: Jul 2006
Posts: 4,020
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,020
The author simply said that this dll only works with mIRC 6.31


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Oct 2003
Posts: 3,641
A
argv0 Offline OP
Hoopy frood
OP Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
The requirements are mIRC 6.31 and Windows XP onwards for now. I haven't tested any pre XP versions of Windows, so they might work but I wouldn't be surprised if they didn't.

S
symphony
symphony
S
Any updates on the way?

Joined: Oct 2003
Posts: 3,641
A
argv0 Offline OP
Hoopy frood
OP Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
I'm finishing up with school and then I'll be patching up the issues mentioned on this thread.. action will be light for the next month but there should be something at the end of april or early may

S
symphony
symphony
S
Fair enough, hopefully you will fix the speed issues
Oh, and it still crashed on copy/cute and paste.

#197782 13/04/08 09:38 PM
M
Mithshark
Mithshark
M
Any reason that
Code:
on *:CONNECTFAIL:{ 
  code blah blah
}

follows the invalid/red highlighting?

#212141 12/05/09 01:42 AM
Joined: Mar 2006
Posts: 392
T
Pan-dimensional mouse
Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 392
*BUMP*
I'm guessing this hasn't been updated for mIRC 6.35?


[02:16] * Titanic has quit IRC (Excess Flood)
The_JD #212143 12/05/09 02:12 AM
Joined: Oct 2003
Posts: 3,641
A
argv0 Offline OP
Hoopy frood
OP Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
It should work the same on 6.35 as it did on versions prior.

argv0 #212148 12/05/09 09:19 AM
Joined: Mar 2006
Posts: 392
T
Pan-dimensional mouse
Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 392
I'm not having any luck personally, allthough I tested it through WINE, which may be the issue.

Cheers,
JD


[02:16] * Titanic has quit IRC (Excess Flood)
The_JD #212150 12/05/09 09:31 AM
Joined: Jul 2006
Posts: 4,020
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,020
The dll work the same on any version >= 6.31, using Windows.


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Mar 2006
Posts: 392
T
Pan-dimensional mouse
Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 392
Thanks for the info guys!


[02:16] * Titanic has quit IRC (Excess Flood)
Joined: Dec 2008
Posts: 1,483
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,483
Have a look this screen and see at the end of the file the font didn't updated to all the file place maybe a bug ?, the font that i use in the mSE is Fixedsys on XP SP3, and when i scrolling i get VERY MUCH latency on mSE.

mirc.ini font status:
[fonts]
fscripts=Fixedsys,412,161




Edit: i am not sure but i think that the problem is to read more than 500 + script editor lines

Last edited by westor; 31/05/09 11:49 AM.
Page 2 of 2 1 2

Link Copied to Clipboard