filter-strings ("fs")
| Command Name | Menu | Quick Key | Link to Command Table | 
| filter-strings | Format ribbon | Filter | Strings | 
Description
Filter all visible strings overlays.
How to Use
- 
                                                    Run the command. 
- 
                                                    In the Expression Builder dialog, define and check the filter Expression. 
- 
                                                    Click OK. 
|   | 
 | 
Complex Filter Expressions and Scripting
You can emulate the effect of multiple-line filter 
	 expressions in scripts by joining expression parameters with "AND". 
	 For example, the following scripted command
	Dm.parseCommand(“filter-strings ‘AU > 0.5 AND’ ‘M4DDESC =2’ ‘’);
	Represents the following expression filter:
	AU > 0.5 AND
	M4DDESC = 2
	Note the third parameter (empty single quotes). This is used to indicate 
	 that no further expressions will be specified.
| 
   | Related Topics | 
| 
 | filter-points | 

