<?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 how to put String on Command prompt?? in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-put-string-on-command-prompt/m-p/7923283#M6780</link>
    <description>i want put particular string on command prompt ...... like ask for enter Email and Password.... pls help....</description>
    <pubDate>Wed, 11 Apr 2018 05:16:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-11T05:16:22Z</dc:date>
    <item>
      <title>how to put String on Command prompt??</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-put-string-on-command-prompt/m-p/7923283#M6780</link>
      <description>i want put particular string on command prompt ...... like ask for enter Email and Password.... pls help....</description>
      <pubDate>Wed, 11 Apr 2018 05:16:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-put-string-on-command-prompt/m-p/7923283#M6780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-11T05:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to put String on Command prompt??</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-put-string-on-command-prompt/m-p/7925230#M6781</link>
      <description>&lt;P&gt;Usually you would call functions like&lt;/P&gt;&lt;PRE&gt;int stat;
ACHAR mail[256];
ads_point pt;
stat = acedGetString(FALSE, L"\nEnter Email: ", mail, 255);
stat = acedGetPoint(pt, L"\nEnter Point: ", pt);&lt;/PRE&gt;&lt;P&gt;These will display the prompt strings. Note that it often makes sense to start with a newline (\n) to make sure the prompt starts in a new line.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 15:39:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-put-string-on-command-prompt/m-p/7925230#M6781</guid>
      <dc:creator>tbrammer</dc:creator>
      <dc:date>2018-04-11T15:39:58Z</dc:date>
    </item>
  </channel>
</rss>

