Dialogs
Description | Functions | Constants | Examples | See also |
The Dialogs library handles dialog and other related functions.
beep; |
msgbox(msg = m, type = t, btn = b); |
n = inputnumber(msg = m, def = d, cancel = c); |
t = inputtext(msg = m, def = d, cancel = c); |
copytoclipboard(text); |
text = copyfromclipboard; |