<?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: Fetching Global Variable Value Using String Variable? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513417#M25957</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hey &lt;A rel="user" href="https://answers.flexsim.com/users/35485/ankura3.html" nodeid="35485"&gt;@Ankur A3&lt;/A&gt;, from what I understand you want to retrieve the value of a cell from your global table using code? If so, then you're close! Right now, you're &lt;EM&gt;assigning&lt;/EM&gt; the cell the value "TableValue". That's because whatever is on the left of the "=" will be assigned the value of whatever is on the right of the "=". If you want to retrieve the value rather than assign it, put it on the left like so: &lt;span class="lia-inline-image-display-wrapper" image-alt="1654021918505.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510601iFBA29EE7692E4E0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="1654021918505.png" alt="1654021918505.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I set a variable "var value" equal to the result of the right side (whatever is in the global table at that cell). Now you can use that value later on in the code if you want. Did this answer your question?&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 31 May 2022 18:32:57 GMT</pubDate>
    <dc:creator>kavika_faleumu</dc:creator>
    <dc:date>2022-05-31T18:32:57Z</dc:date>
    <item>
      <title>Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513416#M25956</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.0.10 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Hi Team,&lt;/P&gt;
 &lt;P&gt;I am using string variable to get global variable value. But it is writing variable name instead of value. What is the right way to do it?&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1654008091820.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510605iA2E1F57AD745C603/image-size/large?v=v2&amp;amp;px=999" role="button" title="1654008091820.png" alt="1654008091820.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/52866-globalvariableusingstringvariable.fsm" target="_blank"&gt;GlobalVariableUsingStringVariable.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;Thank you!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 31 May 2022 14:47:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513416#M25956</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-05-31T14:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513417#M25957</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hey &lt;A rel="user" href="https://answers.flexsim.com/users/35485/ankura3.html" nodeid="35485"&gt;@Ankur A3&lt;/A&gt;, from what I understand you want to retrieve the value of a cell from your global table using code? If so, then you're close! Right now, you're &lt;EM&gt;assigning&lt;/EM&gt; the cell the value "TableValue". That's because whatever is on the left of the "=" will be assigned the value of whatever is on the right of the "=". If you want to retrieve the value rather than assign it, put it on the left like so: &lt;span class="lia-inline-image-display-wrapper" image-alt="1654021918505.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510601iFBA29EE7692E4E0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="1654021918505.png" alt="1654021918505.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I set a variable "var value" equal to the result of the right side (whatever is in the global table at that cell). Now you can use that value later on in the code if you want. Did this answer your question?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 31 May 2022 18:32:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513417#M25957</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2022-05-31T18:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513418#M25958</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You can use the executestring() command to execute a text string as FlexScript code. For example:&lt;/P&gt;&lt;PRE&gt;int val = executestring("Table" + "Value");&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 31 May 2022 18:39:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513418#M25958</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2022-05-31T18:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513419#M25959</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thank you so much! 
 &lt;A rel="user" href="https://answers.flexsim.com/users/87/matthew.g.html" nodeid="87"&gt;@Matthew Gillespie&lt;/A&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 05:06:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513419#M25959</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-06-01T05:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513420#M25960</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/35833/kavikaf.html" nodeid="35833"&gt;@Kavika F&lt;/A&gt;,&lt;/P&gt;
 &lt;P&gt;I was asking same what &lt;A rel="user" href="https://answers.flexsim.com/users/87/matthew.g.html" nodeid="87"&gt;@Matthew Gillespie&lt;/A&gt; answered. &lt;/P&gt;
 &lt;P&gt;Thanks for your support!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 05:08:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513420#M25960</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-06-01T05:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513421#M25961</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/87/matthew.g.html" nodeid="87"&gt;@Matthew Gillespie&lt;/A&gt;,&lt;/P&gt;
 &lt;P&gt;This solution is working fine if I want to write global variable value.&lt;/P&gt;
 &lt;P&gt;I also want to change global variable value in similar fashion. It is not working in the same way. What is the right way to do it?&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1654061744882.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510602i5FD53D2A4225971A/image-size/large?v=v2&amp;amp;px=999" role="button" title="1654061744882.png" alt="1654061744882.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;Thank you!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 05:36:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513421#M25961</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-06-01T05:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513422#M25962</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;PRE&gt;executestr(str1+"Value")&lt;/PRE&gt;&lt;P&gt;returns number. So you're then setting a number (eg. 5) to 80 - which doesn't make sense. You seem to want&lt;/P&gt;&lt;PRE&gt;executestring(str1+"Value=80");&lt;/PRE&gt;&lt;P&gt;But this looks all very poorly structured to me - it might serve you better to thing about the wealth of supported data structures and data types in FlexSim and choose something different (Maps, Arrays, Tables, Lists,  Pointers).&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 10:49:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513422#M25962</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-06-01T10:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513423#M25963</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt;,&lt;/P&gt;
 &lt;P&gt;Thanks for your answer!&lt;/P&gt;
 &lt;P&gt;Actually, I have series of global variables having some common text (Eg: Obj1_Mon_Utilization, Obj2_Tue_Utilization etc). I have to access all variables for n number of objects. So, I want to create a object loop for better scalability.&lt;/P&gt;
 &lt;P&gt;Would you like to suggest any other approach?&lt;/P&gt;
 &lt;P&gt;Thank you!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 12:49:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513423#M25963</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-06-01T12:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513424#M25964</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt;,&lt;/P&gt;
 &lt;P&gt;I have one more question if I can. I need to increment global variable by 1 every time. How can I do it using same approach?&lt;/P&gt;
 &lt;P&gt;I tried using below code. But it is throwing error:&lt;/P&gt;
 &lt;PRE style="padding: 9.5px; font-family: Menlo, Monaco, Consolas, ;"&gt;executestring(str1+"Value=+1");&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 13:57:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513424#M25964</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-06-01T13:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513425#M25965</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Sorry 
 &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt;,
 &lt;P&gt;I got it. I typed it wrong. it should be "Value+=1".&lt;/P&gt;
 &lt;P&gt;Thanks for your support!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 14:06:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513425#M25965</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-06-01T14:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513426#M25966</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Your syntax is just a little off:&lt;/P&gt;&lt;PRE style="padding: 9.5px; font-family: Menlo, Monaco, Consolas, "&gt;executestring(str1+"Value+=1");&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE style="padding: 9.5px; font-family: Menlo, Monaco, Consolas, "&gt;executestring(str1+"Value++");&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 14:06:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513426#M25966</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-06-01T14:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513427#M25967</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;It's hard to suggest the best structure without know exactly what you're trying to do.  The fact that you have to create numerous variables with different names that match other object names suggests that you're making something hard to build and maintain rather than something that does the heavy work for you.&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 14:10:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513427#M25967</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-06-01T14:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513428#M25968</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you! &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;One more question if I can. How to assign its value to table cell?&lt;/P&gt;
 &lt;P&gt;I am trying it as below: But it is not the right syntax.&lt;/P&gt;
 &lt;PRE style="padding: 9.5px; font-family: Menlo, Monaco, Consolas, ;"&gt;executestring(str1+"Value=Table("GlobalTable")[1][1]");&lt;/PRE&gt;
 &lt;P&gt;It is throwing error.&lt;/P&gt;
 &lt;P&gt;Thank you!&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 14:27:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513428#M25968</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-06-01T14:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513429#M25969</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Hi 
 &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt;,
 &lt;P&gt;Let me give you fair idea what I want.&lt;/P&gt;
 &lt;P&gt;There are 10 objects with string name: A, B, C, D, E, F, G, H, I, J&lt;/P&gt;
 &lt;P&gt;I have multiple global variable having common text other than object name. Here is just one of them as below:&lt;/P&gt;
 &lt;P&gt;A_Count, B_Count, C_Count..............................J_Count&lt;/P&gt;
 &lt;P&gt;I have around 100 lines of code related to 1 object having multiple same kind of global variables. So, I want to create loop with object names as below to access code for every object as below:&lt;/P&gt;
 &lt;P&gt;for(int i=1; i&amp;lt;=10; i++)&lt;/P&gt;
 &lt;P&gt;{ String obj_name=Table("GlobalTable")&lt;I&gt;[1];&lt;/I&gt;&lt;/P&gt;
 &lt;P&gt; executestring(obj_name+"_Count+=1");&lt;/P&gt;
 &lt;P&gt;}&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 14:39:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513429#M25969</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-06-01T14:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513430#M25970</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Why do you have all those global variables? Why aren't they attributes of your objects - such as labels?&lt;/P&gt;&lt;P&gt;Why can't you refer to all your objects as members of a group?&lt;/P&gt;&lt;PRE&gt;Array myobjects=Group("MyGroup").toFlatArray();&lt;/PRE&gt;&lt;P&gt;have any loop iterate through that array and update any labels on the objects themselves.&lt;/P&gt;&lt;P&gt;If all those objects are of the same type then you can even use a template to manage them all through the template master (v22+)&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 14:42:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513430#M25970</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-06-01T14:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513431#M25971</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;Try&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI style="line-height: 20px; list-style-type: decimal;"&gt;&lt;PRE&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;executestring&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;str1&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;+&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 136, 0);"&gt;"Value=Table(\"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 0, 102);"&gt;GlobalTable\&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 136, 0);"&gt;")[1][1]"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 14:50:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513431#M25971</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-06-01T14:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513432#M25972</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt;,&lt;/P&gt;
 &lt;P&gt;It's difficult to follow like this.&lt;/P&gt;
 &lt;P&gt;Can you make some changes in model just for demo if possible?&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/52912-globalvariableapproach.fsm" target="_blank"&gt;GlobalVariableApproach.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;Thank you!&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 14:57:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513432#M25972</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-06-01T14:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513433#M25973</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thank you! 
 &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 15:03:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513433#M25973</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-06-01T15:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513434#M25974</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/52921-objectsapproach.fsm" target="_blank"&gt;ObjectsApproach.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 15:06:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513434#M25974</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-06-01T15:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Global Variable Value Using String Variable?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513435#M25975</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thank you so much! 
 &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt; 
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 15:33:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fetching-global-variable-value-using-string-variable/m-p/13513435#M25975</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-06-01T15:33:27Z</dc:date>
    </item>
  </channel>
</rss>

