Home / comp / gb.form / inputbox / _call 
InputBox() (gb.form)
Syntax
STATIC FUNCTION InputBox ( Prompt AS String [ , Title AS String, Default AS String ] ) AS String
Opens an input box.

This function returns the value entered by the user, or NULL if the user has canceled the dialog.