Easy Tutorial
❮ Vb Func Datediff Vbscript Ref Keywords ❯

VBScript Fix Function



The Fix function returns the integer part of a specified number.

Note: If the number argument contains Null, it returns Null.

Tip: See the Int function.

Syntax

Parameter Description
number Required. A valid numeric expression.

Example

Example 1

Output of the above example:

Example 2

Output of the above example:


❮ Vb Func Datediff Vbscript Ref Keywords ❯