<?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: List of Text Styles as options in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659155#M91196</link>
    <description>&lt;P&gt;Yeah&amp;nbsp;they were, before I removed and purged all the content but the STYLEs.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2019 16:00:00 GMT</pubDate>
    <dc:creator>ВeekeeCZ</dc:creator>
    <dc:date>2019-03-14T16:00:00Z</dc:date>
    <item>
      <title>List of Text Styles as options</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8658697#M91185</link>
      <description>&lt;P&gt;Looking for a way to give the user a prompt of available text styles via the command line. I am looking at it from the angle of (getstring "Choose [Style1A/Style1B/Style1C]: ") for example. The text style names are fairly long and vary slightly between files. Would like to know if gathering a list of the available styles then offering as options is possible? Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 13:54:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8658697#M91185</guid>
      <dc:creator>kenneth.smithV6QLC</dc:creator>
      <dc:date>2019-03-14T13:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: List of Text Styles as options</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8658809#M91186</link>
      <description>&lt;P&gt;It doesn't do quite what you're describing, but are you at least &lt;EM&gt;aware of&lt;/EM&gt;&amp;nbsp; the &lt;FONT color="#000000"&gt;&lt;STRONG&gt;-STYLE&lt;/STRONG&gt;&lt;/FONT&gt; command's&amp;nbsp;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/FONT&gt; option and the &lt;FONT color="#000000"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/FONT&gt; option within that, to list all Styles?&amp;nbsp; Note the hyphen prefix, to get the command-line rather than dialog-box Style command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Command: &lt;FONT color="#000000"&gt;&lt;STRONG&gt;-STYLE&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;Enter name of text style or [&lt;FONT color="#000000"&gt;&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/FONT&gt;] &amp;lt;ARCH&amp;gt;: &lt;FONT color="#000000"&gt;&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Enter text style(s) to list &amp;lt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/FONT&gt;&amp;gt;: &lt;EM&gt;&lt;FONT color="#00ccff"&gt;{Enter to accept &amp;nbsp;&lt;/FONT&gt;&lt;/EM&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;* &lt;/STRONG&gt;&lt;/FONT&gt;&lt;EM&gt;&lt;FONT color="#00ccff"&gt;option}&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Text styles:&lt;/P&gt;
&lt;P&gt;Style name: ".... &lt;FONT color="#00ccff"&gt;&lt;EM&gt;{lists them all}&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get the same from the Style &lt;EM&gt;option&lt;/EM&gt;&amp;nbsp; within the TEXT command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Command: &lt;FONT color="#000000"&gt;&lt;STRONG&gt;TEXT&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Current text style:&amp;nbsp; "ARCH"&amp;nbsp; Text height:&amp;nbsp; 0'-0 3/32"&amp;nbsp; Annotative:&amp;nbsp; Yes&amp;nbsp; Justify:&amp;nbsp; Left&lt;BR /&gt;Specify start point of text or [Justify/Style]: &lt;STRONG&gt;&lt;FONT color="#000000"&gt;S&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Enter style name or [&lt;FONT color="#000000"&gt;&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/FONT&gt;] &amp;lt;ARCH&amp;gt;: &lt;FONT color="#000000"&gt;&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Enter text style(s) to list &amp;lt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/FONT&gt;&amp;gt;:&lt;/P&gt;
&lt;P&gt;Text styles:&lt;/P&gt;
&lt;P&gt;Style name: "....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff6600"&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;But to your question more directly:&amp;nbsp; That's probably possible, but with a proviso.&amp;nbsp; The way to do such a thing, if you want to be able to pick the choice from the prompt's options or type in abbreviated option letters to get a particular Style, would be using (initget) and (get&lt;EM&gt;kword &lt;/EM&gt;), rather than (get&lt;EM&gt;string &lt;/EM&gt;).&amp;nbsp; The proviso is this question -- do any of the Style names ever have &lt;EM&gt;spaces&lt;/EM&gt;&amp;nbsp; in them?&amp;nbsp; The (initget) function separates options with spaces, so spaces &lt;EM&gt;within&lt;/EM&gt;&amp;nbsp; a Style name would throw it off.&amp;nbsp; Another question is this -- what is the nature of the Style names compared to each other, i.e. would it be possible to specify capitalized abbreviations that could work in the (initget)/(getkword) approach to differentiate each one uniquely?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 14:33:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8658809#M91186</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2019-03-14T14:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: List of Text Styles as options</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8658842#M91187</link>
      <description>&lt;DIV style="font-size: 1.1em; font-family: 'Artifakt'; line-height: 1.3em; margin: 15px 100px 80px 100px;"&gt;
&lt;P&gt;You can find a &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/common-functions-from-everyone/m-p/822702#M48360" target="_blank" rel="noopener"&gt;sample function here&lt;/A&gt;. Use it like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(table "style")
("BOLD2" "CALIBRI" "TTF" "TXT" "ROMANSM" "ROMAND" "ABCD" "Legend" "Annotative" "Standard")
&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Mar 2019 14:32:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8658842#M91187</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2019-03-14T14:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: List of Text Styles as options</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8658909#M91188</link>
      <description>&lt;P&gt;Theoretically... try this if it works for you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my testing we would need to exclude more characters... spaces for sure, maybe more...&lt;/P&gt;
&lt;P&gt;It works for me in simple drawing... but not very good in the complex ones.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(vl-load-com)

(defun c:foo (/ Table abcs stlss keys tag)
  
  (defun Table (s / d r)
    (while (setq d (tblnext s (null d)))
      (setq r (cons (cdr (assoc 2 d)) r))
      )
    )
  
  
  (if (and (setq stls (table "STYLE"))
           (setq stls (vl-sort stls '&amp;lt;))
           (setq stls (vl-remove-if '(lambda (x) (= x "")) stls))
           (setq abcs '("A" "B" "C" "D" "E" "F" "G" "H" "I" "J" "K" "L" "M" "N" "O" "P" "Q" "R" "S" "T" "U"  "V" "W" "X" "Y" "Z"))
           (setq keys (vl-string-right-trim " " (apply 'strcat (mapcar '(lambda (a b) (strcat a ":" (strcase b T) " "))
                                                                       abcs stls))))
           )
    (progn
      (initget keys)
      (getkword (strcat "\nPick style [" (vl-string-translate " " "/" keys) "]: "))))
  
  )&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Anyway&lt;/STRONG&gt;, I would probably use the&amp;nbsp;&lt;STRONG&gt;Input Search&lt;/STRONG&gt;, see the&amp;nbsp;&lt;A href="https://knowledge.autodesk.com/community/screencast/7084aa7f-53bf-4ecf-990b-c4b40689144a" target="_blank" rel="noopener"&gt;SCREENCAST&lt;/A&gt;&amp;nbsp;how it works for layers. The same could be set for Text Styles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 14:53:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8658909#M91188</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2019-03-14T14:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: List of Text Styles as options</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8658964#M91189</link>
      <description>&lt;P&gt;Here is another example where you can use numbers to pick your style:&lt;/P&gt;
&lt;PRE&gt;(defun c:foo (/ _getstyles a b c r)
  ;; RJP » 2019-03-14
  (defun _getstyles (/ l x)
    (while (setq l (tblnext "style" (null l)))
      (or (wcmatch (cdr (assoc 2 l)) "*|*") (setq x (cons (cdr (assoc 2 l)) x)))
    )
    x
  )
  (setq a -1)
  (setq	b
	 (apply
	   'strcat
	   (mapcar '(lambda (x) (strcat (itoa (setq a (1+ a))) "-" (vl-string-translate " " "&amp;amp;" x) " "))
		   (setq c (vl-sort (_getstyles) '&amp;lt;))
	   )
	 )
  )
  (alert (cond ((&amp;gt; (length c) 1)
		(setvar 'dynmode 1)
		(initget 0 b)
		(if (setq r (getkword (strcat "\nChoose [" (vl-string-translate " " "/" b) "]: ")))
		  (nth (fix (atof r)) c)
		)
	       )
	       ((car c))
	 )
  )
)&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 166px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/613907i198059AC51D9BDE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:24:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8658964#M91189</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2019-03-14T15:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: List of Text Styles as options</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8658996#M91190</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Theoretically... try this if it works for you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my testing we would need to exclude more characters... spaces for sure, maybe more...&lt;/P&gt;
&lt;P&gt;It works for me in simple drawing... but not very good in the complex ones.&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Interesting....&amp;nbsp; It definitely has a problem with&amp;nbsp;Style names that include spaces -- I don't know what could be done about those except to Rename the Styles to omit the spaces, or replace them with underscore characters or something.&amp;nbsp; And those that are nested in Xrefs are another problem, but that raises the question of &lt;EM&gt;what this would be used for&lt;/EM&gt;.&amp;nbsp; If it's [for example -- the most likely scenario, it seems to me] to set&amp;nbsp;the chosen&amp;nbsp;Style current, then Xref-nested ones should be left out of consideration entirely, and even in a simple situation, the prefixing letter and colon in the returned string would need to be stripped away.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:16:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8658996#M91190</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2019-03-14T15:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: List of Text Styles as options</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659002#M91191</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Theoretically... try this if it works for you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my testing we would need to exclude more characters... spaces for sure, maybe more...&lt;/P&gt;
&lt;P&gt;It works for me in simple drawing... but not very good in the complex ones.&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Interesting....&amp;nbsp; It definitely has a problem with&amp;nbsp;Style names that include spaces -- I don't know what could be done about those except to Rename the Styles to omit the spaces,....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is accounted for in my example:&lt;/P&gt;
&lt;PRE&gt;(vl-string-translate " " "_" x)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Although after actually testing this out I needed to replace those spaces with a different character other than "_".&lt;/P&gt;
&lt;P&gt;Changed to:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(vl-string-translate " " "&amp;amp;" x)&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:29:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659002#M91191</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2019-03-14T15:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: List of Text Styles as options</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659039#M91192</link>
      <description>&lt;P&gt;Even your version fails in my complex drawing. It will take some time to figure out why... if you up to it, here is the one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/ I didn't do that myself because I wanted some feedback from the OP first.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:31:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659039#M91192</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2019-03-14T15:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: List of Text Styles as options</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659052#M91193</link>
      <description>&lt;P&gt;Yowza .. perhaps a dcl&amp;nbsp;popup_list is more appropriate for this. If I get time I'll try and figure out what is messing with my other code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually quick check and this change seems to work .. does not like the "_" since it's use for localizing keywords:&lt;/P&gt;
&lt;PRE&gt;(defun c:foo (/ _getstyles a b c r)
  ;; RJP » 2019-03-14
  (defun _getstyles (/ l x)
    (while (setq l (tblnext "style" (null l)))
      (or (wcmatch (cdr (assoc 2 l)) "*|*") (setq x (cons (cdr (assoc 2 l)) x)))
    )
    x
  )
  (setq a -1)
  (setq
    b (apply
	'strcat
	(mapcar
	  '(lambda (x) (strcat (itoa (setq a (1+ a))) "-" (vl-string-translate "_ " "--" x) " "))
	  (setq c (vl-sort (_getstyles) '&amp;lt;))
	)
      )
  )
  (alert (cond ((&amp;gt; (length c) 1)
		(setvar 'dynmode 1)
		(initget 0 b)
		(if (setq r (getkword (strcat "\nChoose [" (vl-string-translate " " "/" b) "]: ")))
		  (nth (fix (atof r)) c)
		)
	       )
	       ((car c))
	 )
  )
)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:46:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659052#M91193</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2019-03-14T15:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: List of Text Styles as options</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659105#M91194</link>
      <description>&lt;P&gt;Nice catch!&lt;/P&gt;
&lt;P&gt;I would also exclude "" styles, not sure where they came from. But I have 5 of them...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 275px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/613935i1775B13302B3D0FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:48:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659105#M91194</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2019-03-14T15:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: List of Text Styles as options</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659137#M91195</link>
      <description>&lt;P&gt;Is that in the same drawing you posted? This is what I see:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 235px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/613936i25B8388FDD9411C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:55:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659137#M91195</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2019-03-14T15:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: List of Text Styles as options</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659155#M91196</link>
      <description>&lt;P&gt;Yeah&amp;nbsp;they were, before I removed and purged all the content but the STYLEs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 16:00:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659155#M91196</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2019-03-14T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: List of Text Styles as options</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659715#M91197</link>
      <description>&lt;P&gt;This works great! Thank you a bunch &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/593837"&gt;@ronjonp&lt;/a&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 18:54:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659715#M91197</guid>
      <dc:creator>kenneth.smithV6QLC</dc:creator>
      <dc:date>2019-03-14T18:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: List of Text Styles as options</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659757#M91198</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6764587"&gt;@kenneth.smithV6QLC&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;This works great! Thank you a bunch &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/593837"&gt;@ronjonp&lt;/a&gt;.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Glad to help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 19:06:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/list-of-text-styles-as-options/m-p/8659757#M91198</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2019-03-14T19:06:36Z</dc:date>
    </item>
  </channel>
</rss>

