|
|
|
- #AFK password
- Locks CMUD and displays a dialog box prompting for a password
- #CMD command
- Executes a menu command by id name instead of by caption
- #H+
- Retrieves the next command from the command history
- #H-
- Retrieves the previous command from the command history
- #HISTORY ShowDialog
- Displays the last 20 commands in the output window
- #INPUT string highlight
- Copy the string into the command line
- #MENU command
- Execute a menu command given a string list of it's captions
- #MESSAGE time string
- Display the string in a small message window
- #PICK val1 val2 val3...
- Display a list of items to be selected
- #PROMPT varname caption EchoChar
- Prompt for a value and store it in a variable
- #YESNO question {command} {command}...
- Displays a dialog with buttons and execute the command associated with the button that is clicked
- %pick(s1,s2,s3...)
- Display a list of items to be selected and return a string list of the result
- %prompt(default,message,EchoChar)
- Display a prompt and return the entered result
- %yesno(message,button1,button2...)
- Display a dialog with buttons and return the button number clicked
|
|