<?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: Getting value in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/getting-value/m-p/1551172#M36933</link>
    <description>Use one of the system variables such as Users1, (setvar "users1" x) then in &lt;BR /&gt;
VBA you use the getvar method to retrieve it.&lt;BR /&gt;
&lt;BR /&gt;
Murph&lt;BR /&gt;
&lt;BR /&gt;
&lt;SARO&gt; wrote in message news:5080283@discussion.autodesk.com...&lt;BR /&gt;
Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I am storing value by lisp as (SETQ A "x"). How i can recall the value of &lt;BR /&gt;
"x"  in VBA.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.&lt;/SARO&gt;</description>
    <pubDate>Wed, 08 Feb 2006 13:10:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-02-08T13:10:46Z</dc:date>
    <item>
      <title>Getting value</title>
      <link>https://forums.autodesk.com/t5/vba-forum/getting-value/m-p/1551171#M36932</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I am storing value by lisp as (SETQ A "x"). How i can recall the value of "x"  in VBA.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.</description>
      <pubDate>Wed, 08 Feb 2006 11:22:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/getting-value/m-p/1551171#M36932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-08T11:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting value</title>
      <link>https://forums.autodesk.com/t5/vba-forum/getting-value/m-p/1551172#M36933</link>
      <description>Use one of the system variables such as Users1, (setvar "users1" x) then in &lt;BR /&gt;
VBA you use the getvar method to retrieve it.&lt;BR /&gt;
&lt;BR /&gt;
Murph&lt;BR /&gt;
&lt;BR /&gt;
&lt;SARO&gt; wrote in message news:5080283@discussion.autodesk.com...&lt;BR /&gt;
Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I am storing value by lisp as (SETQ A "x"). How i can recall the value of &lt;BR /&gt;
"x"  in VBA.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.&lt;/SARO&gt;</description>
      <pubDate>Wed, 08 Feb 2006 13:10:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/getting-value/m-p/1551172#M36933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-08T13:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting value</title>
      <link>https://forums.autodesk.com/t5/vba-forum/getting-value/m-p/1551173#M36934</link>
      <description>You can also access it via the VL.Application and/or the VLAX.cls posted in &lt;BR /&gt;
this group.&lt;BR /&gt;
&lt;BR /&gt;
(I have not used either, only dabbled with them a few times, so I can't &lt;BR /&gt;
provide an example.)&lt;BR /&gt;
&lt;BR /&gt;
"Murph" &lt;ASK&gt; wrote in message &lt;BR /&gt;
news:5080378@discussion.autodesk.com...&lt;BR /&gt;
Use one of the system variables such as Users1, (setvar "users1" x) then in&lt;BR /&gt;
VBA you use the getvar method to retrieve it.&lt;BR /&gt;
&lt;BR /&gt;
Murph&lt;BR /&gt;
&lt;BR /&gt;
&lt;SARO&gt; wrote in message news:5080283@discussion.autodesk.com...&lt;BR /&gt;
Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I am storing value by lisp as (SETQ A "x"). How i can recall the value of&lt;BR /&gt;
"x"  in VBA.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.&lt;/SARO&gt;&lt;/ASK&gt;</description>
      <pubDate>Wed, 08 Feb 2006 13:49:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/getting-value/m-p/1551173#M36934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-08T13:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting value</title>
      <link>https://forums.autodesk.com/t5/vba-forum/getting-value/m-p/1551174#M36935</link>
      <description>Thanks for your reply,&lt;BR /&gt;
&lt;BR /&gt;
I am experimented to get a value in VBA  by using SETVAR and GETVAR command like (setvar "users1" x). its not work.&lt;BR /&gt;
&lt;BR /&gt;
See my Codes, am set a value in VBA as &lt;BR /&gt;
&lt;BR /&gt;
ThisDrawing.SendCommand "(setq userid 1) " &amp;amp; vbCr.&lt;BR /&gt;
&lt;BR /&gt;
Just i want to recall the userid value in VBA.&lt;BR /&gt;
&lt;BR /&gt;
any other idea.</description>
      <pubDate>Wed, 08 Feb 2006 14:06:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/getting-value/m-p/1551174#M36935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-08T14:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting value</title>
      <link>https://forums.autodesk.com/t5/vba-forum/getting-value/m-p/1551175#M36936</link>
      <description>Dim i As Integer&lt;BR /&gt;
i = ThisDrawing.GetVariable("Useri1")&lt;BR /&gt;
ThisDrawing.SetVariable "Useri1", 2</description>
      <pubDate>Wed, 08 Feb 2006 14:57:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/getting-value/m-p/1551175#M36936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-08T14:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting value</title>
      <link>https://forums.autodesk.com/t5/vba-forum/getting-value/m-p/1551176#M36937</link>
      <description>Now its OK&lt;BR /&gt;
Thanks for all</description>
      <pubDate>Thu, 09 Feb 2006 03:41:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/getting-value/m-p/1551176#M36937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-02-09T03:41:30Z</dc:date>
    </item>
  </channel>
</rss>

