<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>View all text from design files</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/247163/view-all-text-from-design-files</link><description>Hi, 
 Is there a way to view and search all text strings that exist in a design file/files? 
 Would I have to output everything to a .txt file first? 
 My end goal is to be able to search for a string of text and then be able to tell which design file</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: View all text from design files</title><link>https://communities.bentley.com/thread/771885?ContentTypeID=1</link><pubDate>Sun, 02 Jul 2023 02:15:46 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:ed1a6d63-05ed-478d-a61f-b07b5d47df6a</guid><dc:creator>Lorys</dc:creator><description>[quote userid="352175" url="~/products/microstation/f/microstation-forum/247163/view-all-text-from-design-files"]&lt;p&gt;My end goal is to be able to search for a string of text and then be able to tell which design file that text is present on.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;[/quote]
&lt;p&gt;windows&amp;nbsp; explorer search function already&amp;nbsp; has this feature to search for&amp;nbsp; strings as&amp;nbsp; long as&amp;nbsp; mstn is&amp;nbsp; installed on the same&amp;nbsp; pc you can get a&amp;nbsp; list of&amp;nbsp; files that contains&amp;nbsp; specific string or specific text, not sure&amp;nbsp; how to export this to a list but&amp;nbsp; command&amp;nbsp; line has&amp;nbsp; findst command , if you&amp;nbsp; know&amp;nbsp; powershell you may also be able to do this ( not tried).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: View all text from design files</title><link>https://communities.bentley.com/thread/771857?ContentTypeID=1</link><pubDate>Fri, 30 Jun 2023 20:39:09 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:1afac681-5df9-4c83-8ec2-e63ac1da6367</guid><dc:creator>David Trejo-Rodriguez</dc:creator><description>&lt;p&gt;As Jon suggested the best approach to see all text within a file would be to use a report.&lt;/p&gt;
[quote userid="352175" url="~/products/microstation/f/microstation-forum/247163/view-all-text-from-design-files"]My end goal is to be able to search for a string of text and then be able to tell which design file that text is present on.[/quote]
&lt;p&gt;Do you mean which reference it is in or would you be checking different files. The ability to search for a specific text string is possible already through the Select by Attributes or the Find/Replace Text tools&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: View all text from design files</title><link>https://communities.bentley.com/thread/771774?ContentTypeID=1</link><pubDate>Fri, 30 Jun 2023 14:37:14 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:a54a2796-8861-4b1a-9c1b-f29279d6418f</guid><dc:creator>Jon Summers</dc:creator><description>[quote userid="352175" url="~/products/microstation/f/microstation-forum/247163/view-all-text-from-design-files"]My end goal is to be able to search for a string of text and then be able to tell which design file that text is present on[/quote]
&lt;p&gt;Write a &lt;a title="MicroStation Help: Reports Dialog" href="https://docs.bentley.com/LiveContent/web/MicroStation%20Help-v21/en/Reports.html" rel="noopener noreferrer" target="_blank"&gt;Report&lt;/a&gt; that shows text, model and DGN file name.&amp;nbsp; You can write the result of a &lt;a title="MicroStation Help: Reports Dialog" href="https://docs.bentley.com/LiveContent/web/MicroStation%20Help-v21/en/Reports.html" rel="noopener noreferrer" target="_blank"&gt;Report&lt;/a&gt; to a CSV or Excel file.&amp;nbsp; Once you have your &lt;a title="MicroStation Help: Reports Dialog" href="https://docs.bentley.com/LiveContent/web/MicroStation%20Help-v21/en/Reports.html" rel="noopener noreferrer" target="_blank"&gt;Report&lt;/a&gt; working, use the batch processor to enumerate your DGN files.&lt;/p&gt;
&lt;p&gt;Alternatively, adopt&amp;nbsp;&lt;a href="/members/4f684938_2d00_89ae_2d00_4782_2d00_990b_2d00_08795dc25bf4"&gt;MaryB&lt;/a&gt;&amp;#39;s suggestion, and create a VBA macro to enumerate DGN files and report text for each one.&amp;nbsp; To get you started, here&amp;#39;s a &lt;a title="LA Solutions: Text Search and Replace" href="http://www.la-solutions.co.uk/content/V8/MVBA/MVBA-RegEx.htm" rel="noopener noreferrer" target="_blank"&gt;VBA text search&lt;/a&gt; macro we wrote earlier.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: View all text from design files</title><link>https://communities.bentley.com/thread/771741?ContentTypeID=1</link><pubDate>Fri, 30 Jun 2023 13:12:55 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:4c52ca69-fac8-4657-a604-3fda354de3ec</guid><dc:creator>MaryB</dc:creator><description>&lt;p&gt;That would be a task for VBA or other programming language, and you will probably have to write it yourself.&lt;/p&gt;
&lt;p&gt;You could get advice on your code at&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum"&gt;MicroStation Programming Forum&lt;/a&gt;&amp;nbsp; You can also search the forum for other posts asking something similar.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>