Top

$num


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  3.7
Scores Submitted  3
Date Added  Dec 03, 2005
Last Updated  Dec 03, 2005
Tags  custom  identifier 
  Bookmark and Share

Introduction

This is a code I wrote for the forums a while back. It was still sitting in my script editor so I thought I would post it, even though I think it has been posted before :P Two properties: max and min.
Usage: $num(3 5 9 19) with no property will return the numbers with the high number blue and low number red
$num(3 5 9 19).max will return 19
$num(3 5 9 19).min will return 3

Grab the Code

Comments

  (1)  RSS
KuTsuM
Comments: 139
 
mIRC Snippet:  $num
Posted on Dec 3, 2005 7:51 pm
Yeah, I posted something similiar from the same topic ;p Your's is returns the full string, though, mine just returned the number

Please Register or Login to start posting comments.
Bottom