Message box to confirm replacement

msg_box_confirm_to_replace(name, type = "Variable", parent = CommanderWindow())

msg_box_confirm_to_replace_all(
  name,
  type = "Variables",
  parent = CommanderWindow()
)

Arguments

name

string - name of the object to repace.

type

string - type of the object to repace.

parent

Parent Tcl/Tk frame..

Value

Sring eihter "yes" or "no"

Examples

if (FALSE) { # \dontrun{
msg_box_confirm_to_replace()
} # }