ID:149665
 
how do I define macros in my code. I want to make it so that the user only has to puch a button to execute a verb. I checked in the reference but it didnt help.
You create a script file (.dms) and then do something like this in the script file.

macro
s return "someverb"
In response to Nadrew
OH... see I was trying to do it in my code file. alright thanks.