Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object >

rem Method


This method is used to find the remainder after a division operation.

Syntax

intVar.rem

Placeholder
Description
intVar
Any variable containing an integer

Returns

The remainder part of the result of a division operation performed by Clib.div() or Clib.ldiv().

Usage

This method is used in conjunction with the Clib.div() or Clib.ldiv() function. For details, read Clib.div() Method and Clib.ldiv() Method.

Example

For an example, read Clib.div() Method and Clib.ldiv() Method.

See Also

Clib.div() Method and Clib.ldiv() Method and quot Method


 Siebel eScript Language Reference 
 Published: 18 April 2003