<?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: (vbs) VbScript documentation for ACA and AMEP in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/vbs-vbscript-documentation-for-aca-and-amep/m-p/10704408#M2936</link>
    <description>&lt;P&gt;I assume you mean that the property set data is not changing when your script runs. The problem is that x is not a property. It's just a local variable in your code. You have to refer to a property by using its name in brackets, like "[Total]". To insert a definition, use the Insert Property Definitions panel in the lower left of the dialog you showed. See &lt;A href="https://forums.autodesk.com/t5/autocad-architecture/remove-vowels-from-property-set-definition-using-vbscript/m-p/7299048#M15503" target="_blank" rel="noopener"&gt;this post&lt;/A&gt; for reference and sample code.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Oct 2021 15:42:05 GMT</pubDate>
    <dc:creator>Ed__Jobe</dc:creator>
    <dc:date>2021-10-21T15:42:05Z</dc:date>
    <item>
      <title>(vbs) VbScript documentation for ACA and AMEP</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vbs-vbscript-documentation-for-aca-and-amep/m-p/10704294#M2935</link>
      <description>&lt;P&gt;I am trying to find documentation for VbScript in AutoCAD Architecture and AutoCAD MEP because I have not same or similar results when I am trying run some scripts samples like other pages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, here some loops:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.educba.com/loops-in-vbscript/" target="_blank" rel="noopener"&gt;https://www.educba.com/loops-in-vbscript/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;return error:&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="jtm2020hyo_0-1634828749492.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/980081i4F388189DFD8F7DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jtm2020hyo_0-1634828749492.png" alt="jtm2020hyo_0-1634828749492.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone could share any document to learn how to use VBS in ACA and AMEP???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 16:22:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vbs-vbscript-documentation-for-aca-and-amep/m-p/10704294#M2935</guid>
      <dc:creator>jtm2020hyo</dc:creator>
      <dc:date>2021-10-21T16:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: (vbs) VbScript documentation for ACA and AMEP</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vbs-vbscript-documentation-for-aca-and-amep/m-p/10704408#M2936</link>
      <description>&lt;P&gt;I assume you mean that the property set data is not changing when your script runs. The problem is that x is not a property. It's just a local variable in your code. You have to refer to a property by using its name in brackets, like "[Total]". To insert a definition, use the Insert Property Definitions panel in the lower left of the dialog you showed. See &lt;A href="https://forums.autodesk.com/t5/autocad-architecture/remove-vowels-from-property-set-definition-using-vbscript/m-p/7299048#M15503" target="_blank" rel="noopener"&gt;this post&lt;/A&gt; for reference and sample code.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 15:42:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vbs-vbscript-documentation-for-aca-and-amep/m-p/10704408#M2936</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2021-10-21T15:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: (vbs) VbScript documentation for ACA and AMEP</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vbs-vbscript-documentation-for-aca-and-amep/m-p/10704512#M2937</link>
      <description>&lt;P&gt;as far as i got, the VBS need leave a "RESULT =", for example, here already do not leave error but this is already not a loop (expected result = "11111")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here another sample:&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="jtm2020hyo_0-1634833484869.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/980130i8262DAE6E615A917/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jtm2020hyo_0-1634833484869.png" alt="jtm2020hyo_0-1634833484869.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but is not possible recreate another samples than works in a notepad:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://i.imgur.com/WbIvp2g.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PD: sample attached in the link above.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 16:29:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vbs-vbscript-documentation-for-aca-and-amep/m-p/10704512#M2937</guid>
      <dc:creator>jtm2020hyo</dc:creator>
      <dc:date>2021-10-21T16:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: (vbs) VbScript documentation for ACA and AMEP</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vbs-vbscript-documentation-for-aca-and-amep/m-p/10704588#M2938</link>
      <description>&lt;P&gt;Show a screen capture with the whole dialog showing. Don't cut off the bottom half.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you want the result to print in the command line or are you trying to change a AEC property? The whole purpose of running a vbscript as a property set definition is to set the value of a property.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 17:10:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vbs-vbscript-documentation-for-aca-and-amep/m-p/10704588#M2938</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2021-10-21T17:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: (vbs) VbScript documentation for ACA and AMEP</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vbs-vbscript-documentation-for-aca-and-amep/m-p/10705387#M2939</link>
      <description>&lt;P&gt;here the complete image, I did not used Insert Property Definition:&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="jtm2020hyo_0-1634860230771.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/980313i9F15B212945F4BD8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jtm2020hyo_0-1634860230771.png" alt="jtm2020hyo_0-1634860230771.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... and I wish to use in a future both (for print and change AEC properties).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 23:52:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vbs-vbscript-documentation-for-aca-and-amep/m-p/10705387#M2939</guid>
      <dc:creator>jtm2020hyo</dc:creator>
      <dc:date>2021-10-21T23:52:58Z</dc:date>
    </item>
  </channel>
</rss>

