| Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() |
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
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
| Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() |
Siebel eScript Language Reference Published: 18 April 2003 |