Skip to content

Instantly share code, notes, and snippets.

@jbratu
Created June 21, 2016 18:18
Show Gist options
  • Select an option

  • Save jbratu/e9d93a913c169e44f27cd1a1b77e4b3b to your computer and use it in GitHub Desktop.

Select an option

Save jbratu/e9d93a913c169e44f27cd1a1b77e4b3b to your computer and use it in GitHub Desktop.
Simple OpenInsight response dialog. See the help file for more information or see https://wiki.srpcs.com/display/Commands/Msg+Function
$Insert MSG_EQUATES
Def = ""
Def<MTEXT$> = "What did you eat for breakfast?"
Def<MTYPE$> = "RC"
Def<MICON$> = "?"
Response = Msg(@window, Def)
if Response = char(27) or Response = "" then
* Message was escaped or not entered
Return
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment