<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to convert string type? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-convert-string-type/m-p/13579921#M78207</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you! How can I write the label value to the process flow as well? Only this label has a different value.&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 06 Nov 2024 00:36:35 GMT</pubDate>
    <dc:creator>KJH</dc:creator>
    <dc:date>2024-11-06T00:36:35Z</dc:date>
    <item>
      <title>How to convert string type?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-convert-string-type/m-p/13579918#M78204</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.2.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="cap-2024-11-06-04-23-04-586.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1525798iD42DA2380E608C74/image-size/large?v=v2&amp;amp;px=999" role="button" title="cap-2024-11-06-04-23-04-586.png" alt="cap-2024-11-06-04-23-04-586.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;I made a label as "mylabel" that shows location of the current flowitem&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="cap-2024-11-06-04-17-50-102.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1525800i6E001183A85C4E0E/image-size/large?v=v2&amp;amp;px=999" role="button" title="cap-2024-11-06-04-17-50-102.png" alt="cap-2024-11-06-04-17-50-102.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN id="isPasted" style="color: rgb(0, 0, 0); font-family: noto, notojp, notokr, Helvetica, "&gt;I've tried to convert this label to the form of string using valule.getpath(), but the old place comes up. &lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;It's there wrong?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Nov 2024 19:31:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-convert-string-type/m-p/13579918#M78204</guid>
      <dc:creator>KJH</dc:creator>
      <dc:date>2024-11-05T19:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string type?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-convert-string-type/m-p/13579919#M78205</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/43214/kjh.html" nodeid="43214"&gt;@KJH&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;What if you try:&lt;/P&gt;&lt;PRE&gt;Object involved = current.last.name&lt;/PRE&gt;&lt;P&gt;If you want to get the name of the object, that syntax should do.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Nov 2024 20:22:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-convert-string-type/m-p/13579919#M78205</guid>
      <dc:creator>SebastianCanasV</dc:creator>
      <dc:date>2024-11-05T20:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string type?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-convert-string-type/m-p/13579920#M78206</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;This works, except you'll want to use it for the line with value:&lt;PRE&gt;Variant value = current.name;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Nov 2024 22:29:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-convert-string-type/m-p/13579920#M78206</guid>
      <dc:creator>logan_gold</dc:creator>
      <dc:date>2024-11-05T22:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string type?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-convert-string-type/m-p/13579921#M78207</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you! How can I write the label value to the process flow as well? Only this label has a different value.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Nov 2024 00:36:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-convert-string-type/m-p/13579921#M78207</guid>
      <dc:creator>KJH</dc:creator>
      <dc:date>2024-11-06T00:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string type?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-convert-string-type/m-p/13579922#M78208</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/43214/kjh.html" nodeid="43214"&gt;@KJH&lt;/A&gt;,&lt;P&gt;Could you send the code of Process Flow?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Nov 2024 13:29:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-convert-string-type/m-p/13579922#M78208</guid>
      <dc:creator>SebastianCanasV</dc:creator>
      <dc:date>2024-11-06T13:29:57Z</dc:date>
    </item>
  </channel>
</rss>

