1
mIRC/pawn Scripting / Re: Approximation
« on: January 20, 2010, 11:01:54 pm »
well, as long as i know the calculation works, the alias name seem to be the problem (im putting that down to a conflicting name in your script)
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
alias SetWholeNumber !return $iif($gettok($1,2,46) >= 5,$ceil($1),$floor($1))
alias SetWholeNumber !return $iif($gettok($1,2,46) >= 5,$ceil($1),$floor($1))
alias SetWholeNumber !return $iif($gettok($1,2,46) >= 5,$ceil($1),$floor($1))
alias SetWholeNumber !return $iif($gettok($1,2,46) >= 5,$ceil($1),$floor($1))
always returns 8 ?