Editing the Signature of a Method or Process
- In the Outline tab, select the name of the method or process you want to modify.
Do one of the following:
- In the Edit menu, select Properties.
- In the context menu, select Properties.
- Double-click the method or process.
The Signature Editor window for the selected method or process opens. In this dialog box you can assign arguments and a return value to a method, and as define local variables for a method or process.
- Define the arguments and return value for the method as described in Adding an Argument to the Method and Adding a Return Value to the Method.
- Define local variables for the method or process as described in Adding Local Variables to the Method or Process.
- Click OK to close the Signature Editor.
See also
Adding an Argument to the Method
Adding a Return Value to the Method