Fuze Arena Logo
  • Forum
  • Creations
    Catalogue Showcase
  • Help

int()

Purpose

Convert value to an integer

Description

Convert a string or float value to an integer

Syntax

result = int( value )

Arguments

value string or float value to be converted

result integer result

Example

print( int( "3.6" ) ) // prints 3
print( int( "3.1415926" ) ) // prints 3
print( int( "99" ) ) // prints 99
print( int( "Hello" ) ) // prints 0
update()
sleep( 3 )

Associated Commands

float(), fract(), round(), str(), trunc()

logo

©2019 FUZE Technologies Ltd. FUZE is a registered trademark of FUZE Technologies Ltd. All rights reserved.

Useful links

  • Fuze Main Site
  • Fuze Arena on Twitter
  • Fuze Arena on Youtube
  • Download Buyer

Contact Information

  • FUZE Technologies Ltd
    15 Clearfields Farm
    Wotton Underwood
    Aylesbury, Buckinghamshire
    ​England, HP18 0RS

  • +44 (0) 1844 239 432

  • contact@fuze.co.uk

© Copyright FUZE Technologies Ltd. All rights reserved.