<?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 Display Dynamic Variables in Bold within a Textbox in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-Display-Dynamic-Variables-in-Bold-within-a-Textbox/m-p/878599#M104155</link>
    <description>&lt;P&gt;For the whole text box you can do what can be found from scripting index (like Jim did show). You can also build the string with the variable evaluated to a string&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

strvar = "Apple";

nw = New Window( "test",
	Text Box(Eval Insert("no-bold &amp;lt;b&amp;gt;^strvar^&amp;lt;/b&amp;gt; no-bold"), &amp;lt;&amp;lt;Markup)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 06 Jun 2025 11:53:43 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2025-06-06T11:53:43Z</dc:date>
    <item>
      <title>How to Display Dynamic Variables in Bold within a Textbox</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Display-Dynamic-Variables-in-Bold-within-a-Textbox/m-p/878560#M104153</link>
      <description>&lt;P&gt;&lt;SPAN&gt;When using a Textbox, we can make words bold like the 'Test' text in the JSL below. However, if I want to display a dynamic variable in bold as well, how can I achieve that?&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Variable = "Apple";
New Window( "test",
	Text Box( "&amp;lt;b&amp;gt;Test&amp;lt;/b&amp;gt;", &amp;lt;&amp;lt;Markup ),
	Text Box( Variable ),
	Text Box( "&amp;lt;b&amp;gt;Variable&amp;lt;/b&amp;gt;", &amp;lt;&amp;lt;Markup ),

);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Jun 2025 11:33:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Display-Dynamic-Variables-in-Bold-within-a-Textbox/m-p/878560#M104153</guid>
      <dc:creator>BabyDoragon</dc:creator>
      <dc:date>2025-06-06T11:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Dynamic Variables in Bold within a Textbox</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Display-Dynamic-Variables-in-Bold-within-a-Textbox/m-p/878587#M104154</link>
      <description>&lt;P&gt;The place to look for this information is the Scripting Index&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help=&amp;gt;Scripting Index&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1749210590624.png" style="width: 897px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76603iC22B71F8D97321BF/image-dimensions/897x314?v=v2" width="897" height="314" role="button" title="txnelson_0-1749210590624.png" alt="txnelson_0-1749210590624.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;It will give you all of the messages that can be given to the display object you are targeting(text box), along with it's description and examples of usage&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 11:51:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Display-Dynamic-Variables-in-Bold-within-a-Textbox/m-p/878587#M104154</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-06-06T11:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Dynamic Variables in Bold within a Textbox</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Display-Dynamic-Variables-in-Bold-within-a-Textbox/m-p/878599#M104155</link>
      <description>&lt;P&gt;For the whole text box you can do what can be found from scripting index (like Jim did show). You can also build the string with the variable evaluated to a string&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

strvar = "Apple";

nw = New Window( "test",
	Text Box(Eval Insert("no-bold &amp;lt;b&amp;gt;^strvar^&amp;lt;/b&amp;gt; no-bold"), &amp;lt;&amp;lt;Markup)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Jun 2025 11:53:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Display-Dynamic-Variables-in-Bold-within-a-Textbox/m-p/878599#M104155</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-06-06T11:53:43Z</dc:date>
    </item>
  </channel>
</rss>

