Complete Binary Conversion
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 6.8 |
| Scores Submitted | 5 |
| Date Added | Mar 29, 2005 |
| Last Updated | Sep 04, 2008 |
|
|
Introduction
mIRC Snippet:
Complete Binary Conversion
Posted on Mar 29, 2005 11:07 pm
Posted on Mar 29, 2005 11:07 pm
you could handle an entire word useing this: var %x $strip($1) { var %b 1,%y | while (%b >= $len(%x)) { %y = $addtok(%x,$iif(%b == 1,$+(binary_of_,$left(%x,1),_is_,$base($left(%x,1),10,2)),$+(binary_of_,$left($mid(%x,%b),1),_is_,$base($left($mid(%x,%b),1))) | inc %b } | msg $chan Text: $+(%x,$chr(44)) $replacecs(%y,$chr(95),$chr(32)) } }
mIRC Snippet:
Complete Binary Conversion
Posted on Mar 29, 2005 11:33 pm
Posted on Mar 29, 2005 11:33 pm
or something like that






