mIRC Home    About    Download    Register    News    Help

Print Thread
#128412 24/08/05 03:36 PM
Joined: Sep 2004
Posts: 237
JAFO Offline OP
Fjord artisan
OP Offline
Fjord artisan
Joined: Sep 2004
Posts: 237
Since all the raw numerics are internal in mIRC, how can i display them in an @window? I'm pretty sure that this would be similar to /debug, but what i want to do is show just the raw numerics like this.

Example:
000 $word1 $word2 $word3 etc.

Any ideas?

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Code:
Raw *:*: {
  if (!$window(@Debug)) window -C @Debug -1 -1 752 270
  echo @Debug $numeric --> $2-
  halt
}

Joined: Sep 2004
Posts: 237
JAFO Offline OP
Fjord artisan
OP Offline
Fjord artisan
Joined: Sep 2004
Posts: 237
Thanks, just what i wanted.

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
You're welcome dude. smile


Link Copied to Clipboard