Gregory Lypny a �crit : > > Hi Everyone, > > Just confirming that MC does not have a mod function. Right? So, > I would use something like > > 5/2 - trunc(5/2) = 0.5 > > Greg
Just try : 5 div 2 = 2; 5 mod 2 = 1 It works fine there (MC 2.32, Linux). Kind Regards, Pierre Sahores WEB & VPN applications & databases servers Inspection acad�mique de Seine-Saint-Denis Qualifier & produire l'avantage comp�titif Archives: http://www.mail-archive.com/[email protected]/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to <[EMAIL PROTECTED]>, not this list.
