This identifier acts strange:
c2 {
var %p1 = $base($$1,10,2)
var %p2 = $base($$2,10,2)
var %p1 = $base(%p1,2,2,$len(%p2))
var %p2 = $base(%p2,2,2,$len(%p1))
return %p1 %p2
}
When i pass i negative number to it, it acts weird:
//echo -s $c2(-1,-1)
returns: set -l %p1 $base(%p1,2,2,$len(%p2))-01 set -l %p2 $base(%p2,2,2,$len(%p1))-0000000000000000000000000000000000000001
I am running windows xp w/ mirc 6.03