Framework:FKT Rest: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
Line 6: Line 6:
==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)
==sample==
<span {{CoPFormel}}>FKT_Rest(7,2)</span>
-> The result is 1.


__NOEDITSECTION__  
__NOEDITSECTION__  

Revision as of 14:38, 22 October 2013

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)

sample

FKT_Rest(7,2) -> The result is 1.