<?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>Create PO Output Names from PrintDefinition.name Substring?</title><link>https://communities.bentley.com/products/microstation/microstation_printing/f/printing-and-plotting-forum/146858/create-po-output-names-from-printdefinition-name-substring</link><description>I want to create an expression for Print Organizer&amp;#39;s Output Filenames using a substring of the PrintDefinition.name string. 
 For example, if a sheet&amp;#39;s PrintDefinition.name is: 003 - Typical Section Sheet I want to grab the first three characters of that</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Create PO Output Names from PrintDefinition.name Substring?</title><link>https://communities.bentley.com/thread/446615?ContentTypeID=1</link><pubDate>Mon, 12 Feb 2018 07:23:02 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:37c2887b-cdad-4607-8f51-3c820eeaaaf7</guid><dc:creator>Jan Šlegr</dc:creator><description>&lt;p&gt;Hi Darren,&lt;/p&gt;
&lt;p&gt;I this it should be something like&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="csharp"&gt;System.String.Substring(PrintDefinition.SheetName,0,3)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;With regards,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>