<?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: SendCommand issue in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/sendcommand-issue/m-p/1724772#M32174</link>
    <description>The best I cound com up with is a combination of CMDECHO and NOMUTT.  I don't know any other way....</description>
    <pubDate>Thu, 03 Aug 2006 12:15:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-08-03T12:15:35Z</dc:date>
    <item>
      <title>SendCommand issue</title>
      <link>https://forums.autodesk.com/t5/vba-forum/sendcommand-issue/m-p/1724771#M32173</link>
      <description>Does anyone know how to suppress the command line not to show the "sent &lt;BR /&gt;
command" string? Obviously setting up the CMDECHO to 0 doesn't help at all.</description>
      <pubDate>Wed, 02 Aug 2006 20:53:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/sendcommand-issue/m-p/1724771#M32173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-02T20:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: SendCommand issue</title>
      <link>https://forums.autodesk.com/t5/vba-forum/sendcommand-issue/m-p/1724772#M32174</link>
      <description>The best I cound com up with is a combination of CMDECHO and NOMUTT.  I don't know any other way....</description>
      <pubDate>Thu, 03 Aug 2006 12:15:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/sendcommand-issue/m-p/1724772#M32174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-03T12:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: SendCommand issue</title>
      <link>https://forums.autodesk.com/t5/vba-forum/sendcommand-issue/m-p/1724773#M32175</link>
      <description>Would it be possible for you to call a lisp file(from vba)  to replace whatever is being sent by the sendcommand?  I don't think you will have that problem in lisp.</description>
      <pubDate>Thu, 03 Aug 2006 15:00:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/sendcommand-issue/m-p/1724773#M32175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-03T15:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: SendCommand issue</title>
      <link>https://forums.autodesk.com/t5/vba-forum/sendcommand-issue/m-p/1724774#M32176</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Actually, you do it the other way around.  Call the VBA from lisp and then &lt;BR /&gt;
use lisp to back space over the VBA command.&lt;BR /&gt;
&lt;BR /&gt;
We put this in every MNL file for our programs:&lt;BR /&gt;
&lt;BR /&gt;
(defun CADAppsCleanCommandLine (sFunctionString / n)&lt;BR /&gt;
 (setq n (strlen sFunctionString)&lt;BR /&gt;
 (repeat n (princ (chr(8)))&lt;BR /&gt;
 (repeat n (princ (chr(32)))&lt;BR /&gt;
 (princ)&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
A typical call the run a macro is:&lt;BR /&gt;
&lt;BR /&gt;
(defun C:RecalcAll ()&lt;BR /&gt;
  (setq sFunctionString (strcat sProgramFile "!RecalcAll"))&lt;BR /&gt;
  (vl-vbarun sFunction)&lt;BR /&gt;
  (CADAppsCleanCommandLine sFunctionString)&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
&lt;BR /&gt;
&lt;TDANIEL14&gt; wrote in message news:5257789@discussion.autodesk.com...&lt;BR /&gt;
Would it be possible for you to call a lisp file(from vba)  to replace &lt;BR /&gt;
whatever is being sent by the sendcommand?  I don't think you will have that &lt;BR /&gt;
problem in lisp.&lt;/TDANIEL14&gt;</description>
      <pubDate>Mon, 07 Aug 2006 00:58:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/sendcommand-issue/m-p/1724774#M32176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-07T00:58:00Z</dc:date>
    </item>
  </channel>
</rss>

