Framework:FKT Rest: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:


==Result==
==Result==
Pprovides the rest of a division (example: 7 / 2 = 3, rest = 1)
Provides the rest of a division (example: 7 / 2 = 3, rest = 1)
 
{| {{Bausteindesign1}}
|-
| <span style="color: darkblue;">'''Hint'''</span> Only available for number type Integer.
|}
 
==sample==
 
<span {{CoPFormel}}>FKT_Rest(7,2)</span>
-> The result is 1.


__NOEDITSECTION__  
__NOEDITSECTION__  

Latest revision as of 10:42, 28 August 2015

Function

FKT_Rest(<Value >,<Divisor>)
This function belongs to server-side functions.

Result

Provides the rest of a division (example: 7 / 2 = 3, rest = 1)

Hint Only available for number type Integer.

sample

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