<?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 VB programmer needs help in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/vb-programmer-needs-help/m-p/331535#M40812</link>
    <description>hello I am working through McAuley's ARX book and I need some help&lt;BR /&gt;
the following code compiles but it does not give me what I want.&lt;BR /&gt;
&lt;BR /&gt;
char partnum[80];&lt;BR /&gt;
int rc = acedGetString(0, "Enter part Number:", partnum);&lt;BR /&gt;
 char *teststr = ("Hello, you entered '%s'", partnum);&lt;BR /&gt;
 MessageBox (NULL, teststr , TEXT ("HelloMsg"), 0) ;&lt;BR /&gt;
&lt;BR /&gt;
If you entered 1234 for the partnum, I am trying to get the message box to&lt;BR /&gt;
print&lt;BR /&gt;
"Hello you entered 1234"&lt;BR /&gt;
&lt;BR /&gt;
when the code runs I get a message box that just contains '1234'&lt;BR /&gt;
&lt;BR /&gt;
my text is gone.&lt;BR /&gt;
&lt;BR /&gt;
In VB I could concatinate strings. How do I do it?&lt;BR /&gt;
&lt;BR /&gt;
thank you for your time and have a good day</description>
    <pubDate>Wed, 22 May 2002 07:39:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2002-05-22T07:39:04Z</dc:date>
    <item>
      <title>VB programmer needs help</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/vb-programmer-needs-help/m-p/331535#M40812</link>
      <description>hello I am working through McAuley's ARX book and I need some help&lt;BR /&gt;
the following code compiles but it does not give me what I want.&lt;BR /&gt;
&lt;BR /&gt;
char partnum[80];&lt;BR /&gt;
int rc = acedGetString(0, "Enter part Number:", partnum);&lt;BR /&gt;
 char *teststr = ("Hello, you entered '%s'", partnum);&lt;BR /&gt;
 MessageBox (NULL, teststr , TEXT ("HelloMsg"), 0) ;&lt;BR /&gt;
&lt;BR /&gt;
If you entered 1234 for the partnum, I am trying to get the message box to&lt;BR /&gt;
print&lt;BR /&gt;
"Hello you entered 1234"&lt;BR /&gt;
&lt;BR /&gt;
when the code runs I get a message box that just contains '1234'&lt;BR /&gt;
&lt;BR /&gt;
my text is gone.&lt;BR /&gt;
&lt;BR /&gt;
In VB I could concatinate strings. How do I do it?&lt;BR /&gt;
&lt;BR /&gt;
thank you for your time and have a good day</description>
      <pubDate>Wed, 22 May 2002 07:39:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/vb-programmer-needs-help/m-p/331535#M40812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-05-22T07:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: VB programmer needs help</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/vb-programmer-needs-help/m-p/331536#M40813</link>
      <description>thank you for your help&lt;BR /&gt;
&lt;BR /&gt;
"Mike Daugird" &lt;MDAUGIRD&gt; wrote in message&lt;BR /&gt;
news:543073AD4B240AF79111520629F6C287@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; hello I am working through McAuley's ARX book and I need some help&lt;BR /&gt;
&amp;gt; the following code compiles but it does not give me what I want.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; char partnum[80];&lt;BR /&gt;
&amp;gt; int rc = acedGetString(0, "Enter part Number:", partnum);&lt;BR /&gt;
&amp;gt;  char *teststr = ("Hello, you entered '%s'", partnum);&lt;BR /&gt;
&amp;gt;  MessageBox (NULL, teststr , TEXT ("HelloMsg"), 0) ;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; If you entered 1234 for the partnum, I am trying to get the message box to&lt;BR /&gt;
&amp;gt; print&lt;BR /&gt;
&amp;gt; "Hello you entered 1234"&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; when the code runs I get a message box that just contains '1234'&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; my text is gone.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; In VB I could concatinate strings. How do I do it?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; thank you for your time and have a good day&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/MDAUGIRD&gt;</description>
      <pubDate>Wed, 22 May 2002 08:05:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/vb-programmer-needs-help/m-p/331536#M40813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-05-22T08:05:34Z</dc:date>
    </item>
  </channel>
</rss>

