int - GreatCowBASIC/Help GitHub Wiki

Int

Syntax:

    integer_variable = Int( single_variable )

Command Availability:

Available on all microcontrollers.

Explanation:

The Int function will compute the integer value of an integer number therefore will return the range of single variable.

Example:

    integer_value = Int(  _singlevariable_ )  ' Will return  the range of single variable.
⚠️ **GitHub.com Fallback** ⚠️