hm_getstring

Get a string value using a HyperMesh パネル.

Syntax

hm_getstring ?caption? ?message? ?default_value?

Type

HyperMesh Tcl GUI Command

Description

This command returns a string value by providing the user with a HyperMesh パネル.

Inputs

?caption?
Optional caption to show when entering the パネル.
?message?
Optional string to show in the ステータスバー when entering the パネル. caption must be specified to use this option.
?default_value?
Optional default string to set when entering the パネル. message must be specified to use this option.

Example

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

Errors

None.

Version History

2017.1 - Added new optional default_value argument.