temperature converter identifier
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Jan 28, 2009 |
| Last Updated | Jan 29, 2009 |
| Tags | celcius converter fahrenheit sassirc temperature |
Introduction
$temp(<temperature>,<c|f|k|ran|rea>).<c|f|k|ran|rea>
About:
$temp(100,c).f
will convert 100 degrees celcius into fahrenheit
$temp(100,f).c
will convert 100 degrees fahrenheit into celcius
k = Kelvin
c = Celcius
f = Fahrenheit
ran = Rankine
rea = Reaumur
example:
//msg $chan its about $temp(40,c).f
[13:29] <~Rage_Virus> its about 104 degrees Fahrenheit
this code is to be put in your "aliases" tab
mIRC Snippet:
temperature converter identifier
Posted on Jan 28, 2009 9:08 pm
Posted on Jan 28, 2009 9:08 pm
what about Kelvin, Rankine, and Réaumur?
mIRC Snippet:
temperature converter identifier
Posted on Jan 28, 2009 9:12 pm
Posted on Jan 28, 2009 9:12 pm
How do i use? TEMP Unknown command
mIRC Snippet:
temperature converter identifier
Posted on Jan 28, 2009 9:13 pm
Posted on Jan 28, 2009 9:13 pm
put it in aliases and do //echo -a $temp( <temperature> , <c|f> )
ffs read the intro
ffs read the intro
mIRC Snippet:
temperature converter identifier
Posted on Jan 28, 2009 11:11 pm
Posted on Jan 28, 2009 11:11 pm
| Code: |
| alias temp { If ($2 == f) return $calc(($1 - 32) * 5/9) degrees Celcius ElseIf ($2 == c) return $calc($1 * 9/5 + 32) degrees Fahrenheit } |
mIRC Snippet:
temperature converter identifier
Posted on Jan 28, 2009 11:15 pm
Posted on Jan 28, 2009 11:15 pm
lol
@napa im working on it but im havin a bit of difficulties
@Thelmrac ok ok im onto it
edited to include
Kelvin, Rankine, and Réaumur
@napa im working on it but im havin a bit of difficulties
@Thelmrac ok ok im onto it
edited to include
Kelvin, Rankine, and Réaumur
mIRC Snippet:
temperature converter identifier
Posted on Jan 29, 2009 1:35 am
Posted on Jan 29, 2009 1:35 am
WOW! Nice 8/10 cus i like to see the temperature in different ways :)











