Framework:FKT Rest

From CoPlanner 10
Jump to navigationJump to search

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.