Macro Language Reference > Macros > Tag > tsscan
  
tsscan
Description
Scans a specified stream for any tags and entities that are used but have not been defined.
Syntax
tsscan stream:s? ( dr:n? ) ( dc:n? )
tsscan
[no parameter]
Scan the stream in which the cursor is clicked. If the cursor is not clicked in a stream you will be prompted for a stream name by the appearance of the Undefined Text Scan dialog box.
streamname
The name of the stream to be scanned
dr
Toggle display results on and off: when set to off, the tag and entity list are generated automatically.
0
Off
1
On
dc
Toggle confirmation of display list generation.
0
Off
1
On
Additional Information
Undefined items are placed in twin lists: (_tag_list for tags and _ent_list for entities.
Below is an example of tsscan:
tsscan "strm0",dr0,dc0
 
Note that the dr and dc parameters are both given a default value of on (i.e. a value of 1) when tsscan is activated through the Undefined Text Scan dialog box.