Page 1 of 1

Mod

Posted: Thu Oct 10, 2002 9:53 am
by BackupUser
Code updated for 5.20+ (same as Mod())

Restored from previous forum. Originally posted by WolfgangS.

Hi !
i found this in PureBasic Ide.pb
It could be sometimes handy ...

MFG
:)WolfgangS

Code: Select all

Procedure MOD(a,b)                          
  ProcedureReturn a-a/b*b
EndProcedure

Posted: Thu Oct 10, 2002 10:15 am
by BackupUser
Restored from previous forum. Originally posted by Berikco.

Yes i posted this on formum couple of weeks ago. :)
viewtopic.php?t=2115">http://forums.pur ... nny.zeb.be

Posted: Thu Oct 10, 2002 5:53 pm
by BackupUser
Restored from previous forum. Originally posted by WolfgangS.

D*mn !
too late :)

MFG
WolfgangS