$Division Remainder
From UBot Studio
This function is an Extended Math function in the UBot Extended Library. This command returns the remainder of a division.
Divisor: The number dividing into another number.
Dividend: The number being divided into.
Example
alert($division remainder(50,500))
Running the command will produce the remainder for the calculation, which is 50.