Options Available When Editing in Script Mode
Table 2-4 Options Available When Editing in Script Mode
| Icon | Description | See Also |
|---|---|---|
|
Display or hide the script line numbers. Line numbers are displayed by default. | |
| Insert a function and its parameters
Auto suggest is provided for functions. When you type the first few characters of the function, press CTRL+Space to display the suggestions. Select one of the suggestions, and press Enter to complete the function. |
Working with Functions | |
| Insert cross-dimensional members | Adding Members and Functions to a Component | |
| Insert a range of members selected from dimensions | Adding Members and Functions to a Component | |
| Insert a variable | Working with Variables | |
| Insert a Smart List | Working with Smart Lists | |
| Edit a template | Working with System Templates | |
|
Comment
Uncomment Show/hide comment |
|
| Format code
When you Format Code, the lines of the script are grouped together and are indented, and blank lines are removed. |
||
| Verify syntax | ||
| Wrap the script so that long lines of the script that scroll off the page display on multiple lines on the same page | ||
|
Code completion on / Code completion off
Enables or suppresses suggestions for completing the code For example, to initiate
code completion, after you type |
|
| Find and replace a text string in the script | Searching for a Text String in a Business Rule Script | |
| Select whether to Match Case or Match Whole Word when searching for a text string | Searching for a Text String in a Business Rule Script |