|
| Symbol Window- Mode
- Select PUBLIC's, LOCAL's, or LINE's. Public symbols have a application-wide scope. The scope of local symbols is limited to a module or function. Lines refer to the line number information of the source text.
- Current
- Select the source module where information should be displayed.
- Mask
- Specify a mask that is used to match symbols names. The mask may consists of alphanumeric characters plus mask characters:
| Character | Description |
|---|
| # | matches a digit (0-9) | | $ | matches any character | | * | matches zero or more characters |
Examples
| Mask | Description |
|---|
| * | Matches any symbol. This is the default mask in the Symbol Browser | | *#* | Matches symbols names that contains one digit in any position | | _a$#* | Matches symbols with an underline, followed by a letter 'a', followed by any character, followed by a digit, ending with zero or more characters. For example _ab1 or _a10value. | | _*ABC | Matches any symbol with an underline, followed by zero or more characters, ending with ABC |
- Case Sensitive
- Treat the mask case sensitive.
- Apply
- Applies the mask and display the current symbol list.
-
|
|