numeric.entry.window {KOMA.win}R Documentation

Open an interactive window asking for numeric input

Description

This function opens an interactive window asking for numeric input.

Usage

numeric.entry.window(title, question, entryInit, entryWidth = 20, returnValOnCancel = "ID_CANCEL")

Arguments

title the title of the window as character string
question the question to ask in the window
entryInit the default text entry when opening the window
entryWidth the width of the textinput area
returnValOnCancel what should be printed when Cancel has been pushed

Value

ReturnVal the typed character string

Author(s)

Florian Heigwer

References

James Wettenhall, Philippe Grosjean (2005)

See Also

numeric.entry.window


[Package KOMA.win version 1.0 Index]