<?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: ASCII value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871733#M49999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got some answers please share them, it will be help for us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kathirvel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jan 2005 16:03:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-01-06T16:03:49Z</dc:date>
    <item>
      <title>ASCII value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871725#M49991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is might be not SAP related!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is Ascii charter for 23 in Microsoft Excel since i am sending excel sheet to uploading data into SAP. SAP standard program spliting data based on the 23 Ascii value so i will also separate my excel file by 23 Ascii char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Suresh Babu Karanam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2005 15:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871725#M49991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-04T15:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871726#M49992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASCII 23 = ETB (Hex = 17) (Char = ^W)&lt;/P&gt;&lt;P&gt;Meaning = End transmission block, not the same as EOT  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might take a look at site:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.robelle.com/library/smugbook/ascii.html" target="test_blank"&gt;http://www.robelle.com/library/smugbook/ascii.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2005 15:38:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871726#M49992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-04T15:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871727#M49993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirment is i have one,two and three variables. i need to concatenate and &amp;lt;b&amp;gt;separeted char 23 is ASCII value&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one = my.&lt;/P&gt;&lt;P&gt;two = sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE one two INTO three&lt;/P&gt;&lt;P&gt;                &amp;lt;b&amp;gt;SEPARATED BY (ASCII 23)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i go about that above issue. If any body have idea please share with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advanced Thanks&lt;/P&gt;&lt;P&gt;Suresh Babu Karanam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2005 08:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871727#M49993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-06T08:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871728#M49994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a work-around with structures:&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ascii23_struc,&lt;/P&gt;&lt;P&gt;        field TYPE x,&lt;/P&gt;&lt;P&gt;      END OF ascii23_struc,&lt;/P&gt;&lt;P&gt;      ascii23 TYPE char1.&lt;/P&gt;&lt;P&gt;ascii23_struc-field = 23.&lt;/P&gt;&lt;P&gt;MOVE ascii23_struc TO ascii23.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it's not longer supported with unicode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't find 23 somewhere in SAP, but for some other characters following is available (in 4.7):&lt;/P&gt;&lt;P&gt;ascii23 = cl_abap_char_utilities=&amp;gt;horizontal_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In older version an include or type-pool for some general definitions should be available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2005 13:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871728#M49994</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-01-06T13:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871729#M49995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can easily concatenate using a ASCII value and also split the concatenated string at ASCII value.&lt;/P&gt;&lt;P&gt;Check the below code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: temp_hexa TYPE x VALUE 23,&lt;/P&gt;&lt;P&gt;      one(10)   TYPE c,&lt;/P&gt;&lt;P&gt;      two(10)   TYPE c,&lt;/P&gt;&lt;P&gt;      three(20) TYPE c,&lt;/P&gt;&lt;P&gt;      i_itab TYPE TABLE OF string,&lt;/P&gt;&lt;P&gt;      w_itab like line of i_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one = 'My'.&lt;/P&gt;&lt;P&gt;two = 'SAP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Concatenation of the strings using ascii 23&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CONCATENATE one temp_hexa two INTO three.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/ 'one :',one,' two :',two.&lt;/P&gt;&lt;P&gt;WRITE:/'three :',three.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Slpitting the strings at ascii 23&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SPLIT three AT temp_hexa INTO TABLE i_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT i_itab into w_itab.&lt;/P&gt;&lt;P&gt;  WRITE:/ w_itab.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when the concatenated string is print it will show the ASCII as # (i don't know why). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that is helpful to you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kathirvel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2005 14:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871729#M49995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-06T14:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871730#M49996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting you say that, &lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&lt;/P&gt;&lt;P&gt;But when the concatenated string is print it will show the ASCII as # (i don't know why). &amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data : temp_hexa TYPE x VALUE 23&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp_hexa has a hexadecimal type. So the value assigned would be hexadecimal and therefore 23 would actually be 3 + 16 * 2 = 35 and ASCII for 35 is #&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you should use value as 17.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. - Nevertheless it is a novel way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Subramanian Venkateswaran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2005 14:52:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871730#M49996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-06T14:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871731#M49997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You assign any ascii value to a hexa decimal  type variable (say the temp_hexa), and print it on a list, i tried '09' for tab, '44' for ,(comma), but in the list it was only #.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could really solve this out for me it will be really nice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this and tell me the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Kathirvel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2005 15:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871731#M49997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-06T15:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871732#M49998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christian:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for usefull information. If po'ble 09 ASCII value charecter will also solve my purpose.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh Babu Karanam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2005 15:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871732#M49998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-06T15:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871733#M49999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got some answers please share them, it will be help for us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kathirvel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2005 16:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871733#M49999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-06T16:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871734#M50000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please test the following code in the debugging mode you can identify for &amp;lt;b&amp;gt;same char(#)&amp;lt;/b&amp;gt; have different &amp;lt;b&amp;gt;hexa decimal&amp;lt;/b&amp;gt; values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;data : gd_separator type c.&lt;/P&gt;&lt;P&gt;data : test type c value '#'.&lt;/P&gt;&lt;P&gt;gd_separator = cl_abap_char_utilities=&amp;gt;horizontal_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thanks for all your help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh Babu Karanam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2005 16:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871734#M50000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-06T16:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871735#M50001</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;some more comments:&lt;/P&gt;&lt;P&gt;data temp type x value 23   "23 is entered as decimal, so this was correct (not 17)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When printing or debugging, we are all using SAP's list processor - and there are some restrictions to "printable characters": that's why most times just # as replacement is displayed. This doesn't occur in file download, but would be visible by using AL11 for displaying the file - just use a local editor for checking (the existence of tabulator for example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If tabbed file is enough, two ways are handy: using a structure&lt;/P&gt;&lt;P&gt;TYPES:  BEGIN OF types_line,&lt;/P&gt;&lt;P&gt;          one     TYPE mara-matnr,&lt;/P&gt;&lt;P&gt;          sep01   TYPE c,&lt;/P&gt;&lt;P&gt;          three   TYPE kna1-kunnr,&lt;/P&gt;&lt;P&gt;          sep02   TYPE c,&lt;/P&gt;&lt;P&gt;          ...&lt;/P&gt;&lt;P&gt;        end of types_line.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;  CLASS cl_abap_char_utilities DEFINITION LOAD.&lt;/P&gt;&lt;P&gt;  wa_line-sep01 = cl_abap_char_utilities=&amp;gt;horizontal_tab.&lt;/P&gt;&lt;P&gt;*( or old-style like mentioned above)&lt;/P&gt;&lt;P&gt;  MOVE wa_line-sep01 TO: wa_line-sep02, ...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Or you use concatenate ... separated by sep...&lt;/P&gt;&lt;P&gt;which will lead to different results, when your fields contain spaces - shouldn't bother with Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2005 17:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871735#M50001</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-01-06T17:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871736#M50002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Suresh and Christian,&lt;/P&gt;&lt;P&gt;I have something more to add, some time back i got stuck in a same kind of problem; i found some results, they are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If we want to use some separators mainly ASCII, they must be declared as hexa decimal values in most cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The above is much applicable when we want to split a  string that has been concatenated using an ASCII value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. When such a string is concatenated and printed it will not display  most of the ASCII values like (TAB - 09, ETB - 23, etc) instead it will display a # value only (but the hexa value will correspond to the actual ASCII value if debugged).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. But when the same concatenated value is downloaded into a file the assigned ASCII value can be found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus like Christian told these may be due to restrictions to "Printable Characters".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again Thanks to you all, &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kathirvel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2005 03:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871736#M50002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-07T03:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871737#M50003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Christian for sharing that piece of information. &lt;/P&gt;&lt;P&gt;Just to confirm your statement, I wrote this piece of code, and the difference is in the quotes. Something new to learn every day, I guess. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: hexa1 type x value '23'.
data: hexa2 type x value 23.
data: character type c.

if hexa1 eq hexa2.
  write 'Equals'.
else.
  write 'Does not equal'.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And hexcode 23 translating to 35 in decimal and exactly matching with the '#' code is just too much of a coincidence , I guess, for my theory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2005 03:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871737#M50003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-07T03:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871738#M50004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christian Thanks for you information i got solution to my probelm. Since 4 days i trying to figure out .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh Babu Karanam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jan 2005 16:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ascii-value/m-p/871738#M50004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-09T16:49:41Z</dc:date>
    </item>
  </channel>
</rss>

