Previous Topic

Next Topic

InputBox - Scripted Form Method

method InputBox(ControlName: String, Prompt: String[, PasswordChar: Char])

Define a single line text edit control on a scripted form that allows input of arbitrary text.

InputBox method syntax has these named arguments:

Parameter

Description

Control Name

Required. Name of the control. Must be a valid MaxBasic identifier.

Prompt

Required. Prompt text to display to the left of the control.

Password Char

Optional. Character to mask user input.

See also MaxBasic InputBox function and Input Grid InputBox method.

See Also

ScriptedForm Object

Book Contents

Book Index