Easy Tutorial
❮ Func Log Func Sin ❯

VBScript CInt Function



The CInt function converts an expression to an Integer type.

Note: The value must be a number between -32768 and 32767.

Syntax

Parameter Description
expression Required. Any valid expression.

Example

Example

The above example outputs:


❮ Func Log Func Sin ❯