hm_getstring

Get a string value using a HyperMesh panel.

Syntax

hm_getstring ?caption? ?message?

Type

HyperMesh Tcl GUI

Description

This command returns a string value by providing the user with a HyperMesh panel. An optional caption to show in the panel and an optional message to show in the status bar can be specified.

Inputs

?caption? (optional)
The caption to show in the panel.
?message? (optional)
The message to show in the status bar.

Example

set label1 [hm_getstring "Label=" "Please specify the label"]

Errors

None.