HP Prime for All

English  Русский 

Syntax

INPUT(var,[“title”], [“label”], [“help”], [reset])

Description

or INPUT({vars},[“title”], [{“labels”}], [{“help”}], [{reset}]) Starts a dialog box with header title and one field named label (with value default), displaying help at the bottom. The dialog box includes CANCEL and OK menu keys. If the user presses the OK menu key, the variable var is updated and 1 is returned. If the user presses the CANCL menu key, var is not updated and 0 is returned.

INPUT — Discussion