<?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: changing a char[] case in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/changing-a-char-case/m-p/57794#M6838</link>
    <description>&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;I am trying to change the case of a char array to all lower case.&lt;/BLOCKQUOTE&gt;

You may also want to consider using the string utilities in the ArchiCAD API - in this case 'CHtoLower' for example.</description>
    <pubDate>Thu, 06 Oct 2005 20:00:43 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2005-10-06T20:00:43Z</dc:date>
    <item>
      <title>changing a char[] case</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/changing-a-char-case/m-p/57791#M6835</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I am trying to change the case of a char array to all lower case.&lt;BR /&gt;&lt;BR /&gt;I have
&lt;PRE&gt;#include "ctype.h"
...
for (i=0; i &amp;lt;= 15 ; i++)
	{
		buffer(i) = std::tolower (buffer(i));
	}&lt;/PRE&gt;
and keep getting "Call of non-function error" from Codewarrior when I compile. &lt;BR /&gt;&lt;BR /&gt;I tried tolower with std:: and without, and it makes no difference. I checked, and ctype.h does have the header for tolower in it.&lt;BR /&gt;&lt;BR /&gt;Am I missing some simple step here?&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Aug 2023 09:34:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/changing-a-char-case/m-p/57791#M6835</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2023-08-07T09:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: changing a char[] case</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/changing-a-char-case/m-p/57792#M6836</link>
      <description>may be buffer&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt; ?</description>
      <pubDate>Thu, 06 Oct 2005 15:22:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/changing-a-char-case/m-p/57792#M6836</guid>
      <dc:creator>Oleg</dc:creator>
      <dc:date>2005-10-06T15:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: changing a char[] case</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/changing-a-char-case/m-p/57793#M6837</link>
      <description>&lt;BLOCKQUOTE&gt;Oleg wrote:&lt;BR /&gt;may be buffer&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt; ?&lt;/BLOCKQUOTE&gt;&lt;I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks, Oleg. I knew it had to be simple.&lt;BR /&gt;
&lt;BR /&gt;
yes, I am an idiot......&lt;/I&gt;</description>
      <pubDate>Thu, 06 Oct 2005 18:52:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/changing-a-char-case/m-p/57793#M6837</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2005-10-06T18:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: changing a char[] case</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/changing-a-char-case/m-p/57794#M6838</link>
      <description>&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;I am trying to change the case of a char array to all lower case.&lt;/BLOCKQUOTE&gt;

You may also want to consider using the string utilities in the ArchiCAD API - in this case 'CHtoLower' for example.</description>
      <pubDate>Thu, 06 Oct 2005 20:00:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/changing-a-char-case/m-p/57794#M6838</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2005-10-06T20:00:43Z</dc:date>
    </item>
  </channel>
</rss>

