hm_getint
Get an integer value using a HyperMesh panel.
Syntax
hm_getint ?caption? ?message?
Type
HyperMesh Tcl GUI
Description
This command returns an integer value by providing you 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 count [hm_getint "Count=" "Please specify the count"]
Errors
None.