<?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: defference about C and STRING type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/defference-about-c-and-string-type/m-p/5941396#M1334627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending upon the requirement....Both of the Data type are of use.....Char you need for small variable that can contains Character only whereas String contains Alphanumeric Characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Jul 2009 16:49:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-19T16:49:20Z</dc:date>
    <item>
      <title>defference about C and STRING type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defference-about-c-and-string-type/m-p/5941394#M1334625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      C type and STRING type can all be used for string,  what 's the difference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2009 16:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defference-about-c-and-string-type/m-p/5941394#M1334625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-19T16:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: defference about C and STRING type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defference-about-c-and-string-type/m-p/5941395#M1334626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please look at [sap documentation|http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/frameset.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2009 16:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defference-about-c-and-string-type/m-p/5941395#M1334626</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-07-19T16:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: defference about C and STRING type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defference-about-c-and-string-type/m-p/5941396#M1334627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending upon the requirement....Both of the Data type are of use.....Char you need for small variable that can contains Character only whereas String contains Alphanumeric Characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2009 16:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defference-about-c-and-string-type/m-p/5941396#M1334627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-19T16:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: defference about C and STRING type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defference-about-c-and-string-type/m-p/5941397#M1334628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you say that C cannot contain numeric characters while STRINGS can ? No, you're WRONG. The only difference is that C can hold up to 65535 characters while strings can contain more, there are also some other little differences...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2009 17:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defference-about-c-and-string-type/m-p/5941397#M1334628</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-07-19T17:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: defference about C and STRING type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defference-about-c-and-string-type/m-p/5941398#M1334629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with strings we can use following staements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEARCH To search in a string&lt;/P&gt;&lt;P&gt;n REPLACE To replace the first occurrence of a string&lt;/P&gt;&lt;P&gt;n TRANSLATE To replace all specified characters&lt;/P&gt;&lt;P&gt;n SHIFT To shift a character at a time&lt;/P&gt;&lt;P&gt;n CONDENSE To remove spaces&lt;/P&gt;&lt;P&gt;n CONCATENATE To chain two or more strings together&lt;/P&gt;&lt;P&gt;n OVERLAY To overlay two strings&lt;/P&gt;&lt;P&gt;n SPLIT To split a string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2009 23:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defference-about-c-and-string-type/m-p/5941398#M1334629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-19T23:18:36Z</dc:date>
    </item>
  </channel>
</rss>

