Prev
|
Next
| Top >
Macro Language Guide
User Input and Output Functions
User input and output functions allow you to get input
from a user, or display output in a message window.
In this section:
Ask (prompt_string)
AssignKeyToCmd(key_value, cmd_name)
Beep ()
CharFromKey (key_code)
CmdFromKey(key_value)
EndMsg ()
FuncFromKey (key_code)
GetChar ()
GetKey ()
GetSysTime(fLocalTime)
IsAltKeyDown (key_code)
IsCtrlKeyDown (key_code)
IsFuncKey (key_code)
KeyFromChar(char, fCtrl, fShift, fAlt)
Msg (s)
StartMsg (s)
Prev
|
Next
| Top >
Macro Language Guide