<?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 Convert char to string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-char-to-string/m-p/3619587#M871967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How do I convert from char to string? Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Lohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2008 17:56:04 GMT</pubDate>
    <dc:creator>former_member194704</dc:creator>
    <dc:date>2008-03-26T17:56:04Z</dc:date>
    <item>
      <title>Convert char to string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-char-to-string/m-p/3619587#M871967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How do I convert from char to string? Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Lohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 17:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-char-to-string/m-p/3619587#M871967</guid>
      <dc:creator>former_member194704</dc:creator>
      <dc:date>2008-03-26T17:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Convert char to string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-char-to-string/m-p/3619588#M871968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lohit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean by converting from char to string? I don't know if i understood you right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply assign the char variable to a string variable ... doing the oposite you may have problems ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 17:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-char-to-string/m-p/3619588#M871968</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-03-26T17:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Convert char to string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-char-to-string/m-p/3619589#M871969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;   you can use the concatenate statement ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: a value 'a',&lt;/P&gt;&lt;P&gt;      b value 'b',&lt;/P&gt;&lt;P&gt;      c value 'c',&lt;/P&gt;&lt;P&gt;      d value 'd',&lt;/P&gt;&lt;P&gt;      string type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      concatenate a b c d into  string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      write:/ string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regads,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: venkat  appikonda on Mar 26, 2008 7:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 18:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-char-to-string/m-p/3619589#M871969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T18:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Convert char to string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-char-to-string/m-p/3619590#M871970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure, but I don't think you really need to convert those values, as you can simply atribute a char's value to a string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you try to do the inverse condition maybe it'll cut your string off, depending on the char's length.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 18:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-char-to-string/m-p/3619590#M871970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T18:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Convert char to string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-char-to-string/m-p/3619591#M871971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;data: a(3) type c value 'kan',&lt;/P&gt;&lt;P&gt;      str type string.&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;      str = a.&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;or u can concatinate .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any problem  ask me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 18:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-char-to-string/m-p/3619591#M871971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T18:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Convert char to string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-char-to-string/m-p/3619592#M871972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general STRING is a character array but the main difference between the character array and the string is that string has dynamic length while character array has static length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. suppose&lt;/P&gt;&lt;P&gt;data variable(10) type c,&lt;/P&gt;&lt;P&gt;variable1 type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here variable is supposed to have a max length of 10 whereas variable1 can have any length (depends on the machine) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we can directly assign character varible to string and there is no need of the functional modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e variable1 = variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase if you want to merge more than one char variables into string , you can use 'CONCATENATE' for that. If you want to make string data into character varibles  use 'SPLIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ammavajjala Narayana on Mar 26, 2008 8:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 19:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-char-to-string/m-p/3619592#M871972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T19:35:16Z</dc:date>
    </item>
  </channel>
</rss>

