COMMA (,) - Hexadecimal code

Hello all ,
Would you please provide me the equivalent Hexadecimal Char code for COMMA (,) Character in 4.6C .
Regards

HI,
the equivalent Hexadecimal Char code for COMMA (,) Character in 4.6C  is    ,
You can find it in the following link. just go through it.
[http://www.ascii.cl/htmlcodes.htm]
Regards,
Pavan.
Edited by: PAVAN CHANDRASEKHAR GANTI on Jul 30, 2009 8:27 AM

Similar Messages

  • How do I get hexadecimal code or rgb values of the color in a selection?

    I have a color. I need to know what its hexadecimal code is or what its rgb values are. I cannot find any tool or interface element in Photoshop that discovers the hexadecimal code or rgb values of a color in a selected area.
    I have searched in the User Guide on every phrase I can think of, and not one gets a hit.
    Any help will be appreciated.
    Thanks,
    Jeff

    Easiest way is to click on the foreground colour which opens the Color Picker dialog box, and changes the cursor to the eye dropper.  Now click on the colour.  If it is crucial that it uses your selected area, copy the selection to a new layer.   I have no idea if you want a point sample, or average of entire selection or what though?

  • Comm/imp code no.

    Hi Guys,
    Hi Guys,
    The user wanted to change this field comm/imp code. I told her that this field is possible to change if the invoice/billing doc is not yet released in accounting. But the user insist that she can edit it before.
    Is it really possible to edit the invoice if already released in accounting. if so, how?
    Please help me guys. Thank you.
    Bluetag

    Hi,
    If possible cancel Invoice in VF11 & again create billing document by editing field.
    Or Cancel accounting document in Tcode-FB08 or F.80 (mostly done FI deptt  of business)& edit the invoice.
    Regards,
    Vikas

  • Hexadecimal code for return character

    Hi,
    Can anyone tell the Hexadecimal code for return character or new line in abap. I want to use it in the following code.
    data: w_ret type X value '<hex code>'
    loop at it_tab.
    concatenate w_ret it_tab-field1 it_tab-field2
                 into it_newtab.
    append it_newtab.
    endloop.
    w_ret shoul be a new line character.

    if you are on WAS 6.10 >
    you can use CL_ABAP_CHAR_UTILITIES=>cr_lf
    else
    '09' as hex code
    Regards
    Raja
    Note: please search the forum before posting a question. this has been discuessed many times here.
    Message was edited by: Durairaj Athavan Raja

  • Where does PS show a color's hexadecimal code?

    I'm looking at the Info tab (F8) to the right of Navigator and Histogram and all I see is RGB, CMYK, XY and WH.
    Where can I find hex codes for my HTML needs (e.g. FFFFFF)? I know I can use DigitalColor Meter from Utilities, but doesn't PS have this built in?
    Thank you,
    S

    Click on the tiny eyedropper icon(s) in the Info Palette...you'll see a number of choices for color readouts--"Web Color" is there.
    It's also available in the Color Palette with the tick of a radio button.

  • Ultra search query api results return a hexaDecimal code

    i am using oracle.context.isearch.query.QueryTool to retrieve a search results from java application. the problem is, the query results are in hexa decimal format
    example
    1.
    0x4D6963726F736F66742046726F6E74506167652039382053...
    </b></font><br>
    0x687474703A2F2F6562726168696D2F637765622F4D696261...
    <br>
    <font class=docdescription>
    0xBFBFBFBFBFBFBF204D6963726F736F6674AE2046726F6E7450616765AE20393820536F66747761726520446576656C6F7065729273204B697420436F7079726967687420A92031393935202D2031393937204D6963726F736F667420436F72706F726174696F6E2E20416C6C20726967687473...</font><br>
    <font class=docattribute>
    Author: 0x4D6963726F736F667420436F72706F726174696F6E   
    Page Size: 2088448 bytes   
    Score: <FONT color=red>33</FONT>   
    </font></td></tr>
    <tr class="evenrow">
    <td align=left>
    <font class=doctitle><b>
    What attributes do i need to set to overcome this problem

    nls_charset12.jar

  • Xcode 4.2 can't commit code by svn?

    Hi, all:
    I got a problem while using xcode 4.2 to commit source code to the svn server.
    The message pop up below:
    The repository "xxxx" could not be reached.
    Please verify that the repository is online and reachable and try again
    But the svn server is online and I can use the command line in the terminal to commit them, and the organizer shows the server works fine also.
    Is that the bug of the Xcode 4.2 or I got the wrong settings?
    I'm using MacBookPro 2011, Lion 10.7.2 and the lion was just new installed.
    Thank you!
    Jason Cheng

    @ShinySteelRobot
    This is not entirely true.
    I am using the svn:// protocol, and when I try to update or commit my project from Xcode I get the "Repository could not be reached" error. However, from Organizer, I am able to successfully commit or update the project.
    I do have another smaller problem when trying to update, I have to click Update twice because the first time it says that the project is up to date.
    I will fill in a bug report with Apple also.
    Thanks for everything you did on this issue.

  • How to get hexa decimal code of assembly.

    I am creating one assembly through hexadecimal code. I want to know how to convert dll into hexadecimal code using sql query.
    Musakkhir Sayyed.

    Why using a SQL Query? You could use CREATE ASSEMBLY and then script it out using SSMS or extract the dll using
    select name, convert(varchar(max), content, 1)
    from sys.assembly_files
    David
    David http://blogs.msdn.com/b/dbrowne/

  • CreateInsert And Commit Programmtically

    dear all
    how i can
    programmtic CreateInsert action And Commit  action into one commandButton.
    h

    Hi,
    You can CretaeInsert and Commit using bindings as follows
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding = null;
    //access the ADF commit operation in an Operation binding and
    //execute it
    operationBinding = bindings.getOperationBinding("CreateInsert");//
    Object result = operationBinding.execute();
    if (!operationBinding.getErrors().isEmpty()) {
    //don’t continue in the case of an error
    return null;
    }For Commit,Same code as above just change above CreateInsert to Commit as follows
    operationBinding = bindings.getOperationBinding("Commit");//Access bindings
    public BindingContainer getBindings() {
            return BindingContext.getCurrent().getCurrentBindingsEntry();
    }

  • How to generate localized chars using code point in Solaris 10?

    Hi All,
    Do enybody know how to generate localized chars (for example Japanese) using code points in Solaris 10?
    Like in the following web page:
    http://www.isthisthingon.org/unicode/index.phtml
    Unicode, shift-jis
    U+4e2f 87a3 �N
    U+4e3b 8ee5 ��
    U+4e3c 98a5 �S
    U+4f5c 8dec ��
    Thanks,
    Daniel

    I have found a "Code Point Input Method" tool in the following page:
    http://java.sun.com/products/jfc/tsc/articles/InputMethod/inputmethod.html
    Using this tool user can enter hexadecimal code point and the output is some char.
    But this tool doesn't work. I run this in the follwoing way:
    # java -jar CodePointIM.jar
    After this error message appers:
    Failed to load Main-Class manifest attribute from
    codepointim.jar
    If anybody could help I will be appreciate.
    Regards,
    Daniel

  • Hex code string -- byte array

    hi everyone,
    i have a bunch of hexadecimal code which is read from a text file into a String.
    i want to put this String into a byte array without changing anything.
    my algorithm is like this -
    String strFromTextFile = "FFD8FFE0001";
    * put strFromTextFile into byteArr[ ]
    byteArr[0] == 'F';
    byteArr[1] == 'F';
    byteArr[2] == 'D';

    hi, i think this simple code will fulfill ur need
    public class hex {
         public static void main(String[] args) {
              String str= "AFFD8FFE0001";
              byte hexbytes[] =     hexstore(str);
    public     static byte[] hexstore(String str)
          int length = str.length();
          if((length%2)!=0)
               length++;
               str = new String(str+"0");
          byte[] a = new byte[length/2];
          for(int i=0,j=0;i<str.length();i=i+2,j++)
              byte c =(byte) str.charAt(i);     
              if(c<65)
                   c= (byte)((int)c-48);               
              else
                   c= (byte)(10+(int)c-65);
                   c=(byte)((int)c<<4);
              byte d =(byte) str.charAt(i+1);
              if(d<65)
                   d= (byte)((int)d-48);               
              else
                   d= (byte)(10+(int)d-65);
                   c = (byte)(c | d);
                   a[j]=c;
              for(int i=0;i<length/2;i++)
                   System.out.println("byte "+((int)a));
              return a;
    example ( for first 2 characters)
    AF has to be stored as 1010 1111
    1010 1111 is stoted in a[0];

  • Comma delimited string relating to subreports

    I previously opened a discussion called comma delimited string for a report header. The response I received then worked well for 'Year' but not for two other areas I am trying to use it for.
    Original Code
    Details:
    whileprintingrecords;
    stringvar Year:= Year+ {@Year} + ", ";
    Report Footer:
    whileprintingrecords;
    stringvar Year;
    Left(Year, len(Year)-2);
    I needed to modify the code to eliminate duplication in Year and this worked fine. See the code below. I also needed this code for two other areas, Author and School. Without the extra line of code with the 'instr' function the code would always show and error for ' Left(author, len(author)-2);'.  It came up with and error saying that the result was less than 0 or not and integer and went into debug mode. I added the instr function line and it worked for most but not all. This is my problem. Either the ' Left(author, len(author)-2);' line or 'If instr(author, {@Author } ) = 0 then' makes data disappear. It will show a comma delimited string for 'Author' on most rows but not from some. The same would be true for' School'. I am not sure what is going on. The code below is what I am currently using in the subreports.
    Details:
    whileprintingrecords;
    stringvar author;
    If instr(author, {@Author}) = 0 then
        author:= author + {@Author } + ", ";
    Report Footer:
    whileprintingrecords;
    stringvar author;
    If instr(author, {@Author } ) = 0 then
        author:= author + {@Author }  + ", ";
    Else
        Left(author, len(author)-2);

    Hi Abhilash,
    The code for the @Author is:
    If ({Command.chrStatus} = "External")then
        {Command.chrSurname} & ", " & {Command.chrFirstname}
    Else
        {Command.chrSurname(1)} & ", " & {Command.chrFirstname(1)}
    The goal of this code was to pull all the authors into one comma delimited string.
    eg Smith, Brian; Jones, Barry; Lee, Henry
    The same desire was with the Schools and the code was the same. I just don't know why this is returning the blanks.
    You mentioned in the last post that this would be better done in an SQL command. Should I open up another discussion because I think this would be the way to go. I just don't know how I can do the same comma delimited code in SQL.
    Thanks

  • Real Quick Commissions Reviews Released by Jeff Carter

    Real Quick Commissions Review are entrance in all the measure instantly. A portion of colonize suffer taken Jeff transporter up on his novel invention Real Quick Commissions transporter and colonize are already getting results and bearing in mind an bearing in their affair. Jeff has in addition been causing a portion of hum in the industry roughly speaking could you repeat that? Installation and could you repeat that? Doesn't graft in the internet marketing the human race. He's been getting certain backlash, but he doesn't mind for the reason that next to the root of it all Jeff transporter cares roughly speaking his making his students triumphant.
    The TopTenReviews team certain to work out an in-depth Real Quick Commissions re-evaluate and they believe to Jeff Carter's code is something to both novel and experience online affair owners can benefit from. Even colonize to suffer yet to meet money online are first to suffer hit using the tactics and strategies to Jeff teaches.
    Most internet marketers suffer their own techniques and strategies to they make use of to meet money online. Not lone does Jeff transporter suffer his own techniques, he in addition puts his own twist on a portion of triumphant strategies. Even with measure tested things like email marketing Jeff has his own twist to he teaches inside the Real Quick Commissions code.
    Jeff transporter has certain to he is disappearing to be limiting the numeral of colonize he allows into his Real Quick Commissions code. He's not confident how long he will be keeping the Real Quick Commissions transporter code frank, but could you repeat that? He is confident is he's looking on behalf of novel hit stories. So anyone to would like to suit solitary of his novel hit stories needs to soar on this opportunity entirely away.

  • Jta + 2 phase commit

    hello,
    I'm trying to execute 2 inserts to tables in 2 different databases (version 9.2), using the JTA package.
    Everything works fine, but when i execute the utx.commit (uts being a UserTransaction object) , i keep on getting the error :
    javax.transaction.SystemException: Could not commit: error code 17002- for additional error code check Oracle log file
    Just before the utx.commit, the utx.getStatus() gives ACTIVE.
    I checked all the settings in data_sources.xml and orion-application.xml, and they are correct.
    Someone any ideas plz ?
    Grtz,
    Chris

    I found out that the commit-coordinator must be defined in the application.xml and not in the orion-application.xml, and the data source used for it should be defined in the global data-sources.xml (in the config dir), but now i'm still getting following error :
    error in execute() : javax.transaction.SystemException: Could not commit: error code 29540- for additional error code check Oracle log file.
    What oracle log file ? what code is it giving back ? Is it a ora-... or something else ? Where can i find more info ?
    I already start the oc4j container with option
    " -Ddatasource.verbose=true -Djdbc.connection.debug=true "
    but it doesn't give me more info.
    plz help !

  • Photoshop hexadecimal colors problem

    I use hexadecimal colors in my html / css web design (eg. #214285).  When I use this color in Photoshop 8 it does not reproduce the exact color (Enhance / Adjust Color / Replace Color...and enter the hexa code).  Instead I have to play with the Hue, Saturation, Brightness settings and I can never seem to replicate the color exactly.  Is there someway to just enter the hexadecimal code as I do in HTML / CSS and not have to use H, S, B settings.  Can I disable those?  I understand that the hexadecimal settings are the just the RGB settings in photoshop, but I can't seem to get away from the H,S,B settings that wrecks my color replication.
    I'm a noob and I did spend quite a bit of time reading the adobe forums, photoshop help and book I have and I just can't seem to figure out how to use hexa codes only to represent color.  Please forgive me if this is a really elementary question.

    Hi Patrick,
    Have you tried using the Only web colors option on the bottom of the screen and then tried entering the hex values?

Maybe you are looking for