mIRC Home    About    Download    Register    News    Help

Print Thread
#82368 08/05/04 12:36 PM
Joined: May 2004
Posts: 3
T
triple Offline OP
Self-satisified door
OP Offline
Self-satisified door
T
Joined: May 2004
Posts: 3
Rather than explaining it again, I will just paste my post from the mircscripts.org forum:

Quote:
Kind of hard to explain, but I'll try:

I typed '$asc(A)' into the editbox of a channel, then to the right of it (with a space in between) I typed '$asc(a)'. I then proceeded to press tab for the '$asc(a)' and it evaluated to 97 as expected. I then pressed the back arrow to get to the '$asc(A)' and pressed tab, and it also evaluated to 97. Now, we all know that capital letters and their lowercase equivalents do not have the same ASCII number, heh.

This also happens with other letters like B and b, and C and c and so on, but not with mixed letters.


And I think I have come across another tabbing bug involving the channel favorites list but I cannot seem to reproduce it everytime. Once I can, I'll post it.

#82369 08/05/04 07:48 PM
Joined: Oct 2003
Posts: 214
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Oct 2003
Posts: 214
hmm - same here

but this doesn't happen if i use different chars

mIRC 6.14 - XP Prof


one step closer to world domination
#82370 08/05/04 08:19 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Confirmed - mIRC 6.14\XP Pro.

You can still get the $asc(A) converted correctly however, one way is the following:

1) Type $asc(A) and $asc(a) as described
2) Use TAB to evaluate the $asc(a) as described.
3) Use the left arrow to backspace back to one space before reaching $asc(A) (so right next to the number '9' from the evaluated $asc(a)) and press TAB. Nothing will happen, which is a good thing.
4) Then continue to go back to the $asc(A) as usual by pressing the left arrow key once more and press TAB again. This time it should evaluate correctly to 65.

Regards,


Mentality/Chris
#82371 09/05/04 10:27 AM
Joined: Dec 2002
Posts: 266
Z
Fjord artisan
Offline
Fjord artisan
Z
Joined: Dec 2002
Posts: 266
It just seems that if you press TAB again it'll clear a "buffer" and it works.

$asc(A) $asc(a)<tab><tab> - then go back and <tab> on the first and it works.


You won't like it when I get angry.
#82372 04/06/04 07:57 AM
Joined: Dec 2002
Posts: 329
Fjord artisan
Offline
Fjord artisan
Joined: Dec 2002
Posts: 329
This has been solved in mIRC 6.15
46.Fixed tabkey evaluation bug.


Link Copied to Clipboard