DBWInputBox

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > UserInterface >

DBWInputBox

available from build: 20120622

Description

Shows an input box to enter text.

Syntax

call DBWShell("DBWInputBox title [defaultValue]")

Parameter

title

The title of the dialog

defaultValue

Optional. A default value to show as text when displaying the dialog

Results

@DBWINPUTBOX_INPUTSTRING

the string entered

@DBWINPUTBOX_ISCANCEL

0: if the dialog has been submitter
1: if the dialog has been canceled

Remarks

It's strongly suggested to use equivalent Standard Library function DBWInputBox instead.