Top

mIRC Code Snippets Tagged with average

  (3)  
Sort by 
+ 1 likes
22 comment(s)    Score: 7.7    Platform: mIRC    Posted by jonesy44 on May 27, 2009
These were a few identifiers I just came up with. Enjoy :-). $avrg: Find the average of a given set of numbers (seperated by a space) Usage: $avrg(Numbers) Example: $avrg(10 2 5 3) -> Returns..
+ 1 likes
8 comment(s)    Score: 7.5    Platform: mIRC    Posted by vSkyzv on Feb 25, 2009
This is an identifier than finds the average of a set of numbers. Syntax: $avg(N.N.N.N,C) N = numbers . = delimeter C = delimeter # Ex: $avg(1 5 2 1 6,32) » 3 $avg(2|4|6|8,124) » 5 $avg(1.1.1.1,46)..
Tags: average  avg  number  numbers 
+ 0 likes
7 comment(s)    Score: 4.0    Platform: mIRC    Posted by mountaindew on Dec 12, 2007
Bottom