Framework:FKT Rest: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
==[[Framework:Formulae#Functions|Function]]== | ==[[Framework:Formulae#Functions|Function]]== | ||
<span {{CoPFormel}}>FKT_Rest(<Value >,<Divisor>)</span> | <span {{CoPFormel}}>FKT_Rest(<Value >,<Divisor>)</span><br> | ||
This function belongs to [[:Category:Functions_-_server-side|server-side functions]]. | |||
==Result== | ==Result== | ||
Pprovides the rest of a division (example: 7 / 2 = 3, rest = 1) | Pprovides the rest of a division (example: 7 / 2 = 3, rest = 1) | ||
Revision as of 08:40, 24 May 2012
Function
FKT_Rest(<Value >,<Divisor>)
This function belongs to server-side functions.
Result
Pprovides the rest of a division (example: 7 / 2 = 3, rest = 1)