Fuze Arena Logo
  • Forum
  • Creations
    Catalogue Showcase
  • Help

input()

Purpose

Allow text input from the keyboard

Description

Read text input from the keyboard into a variable. The virtual keyboard will be shown automatically

Syntax

result = input( prompt, multiline )

Arguments

prompt text to display above the input box

multiline allow multiple line input

result variable to store the entered text

Example

name = input( "What is your name?", false )
printAt( 0, 0, "Hello ", name )
update()
sleep( 3 )

Associated Commands

controls(), docked(), getKeyboardBuffer(), showKeyboard(), touch(), hideKeyboard()

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.