Framework:FKT Rest

From CoPlanner 10
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.