Search:

Type: Posts; User: fh84

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    13,816

    Re: Convert CHAR to STRING

    it did work thank you so much!!!
  2. Replies
    11
    Views
    13,816

    Re: Convert CHAR to STRING

    hello guys,
    i just tried all the suggested combination and all of them
    came with the following error :
    Incompatible operand types String and char on the following lines

    the error appears both...
  3. Replies
    11
    Views
    13,816

    Re: Convert CHAR to STRING

    no! assignment's specification!
  4. Replies
    11
    Views
    13,816

    Re: Convert CHAR to STRING

    i did that and the following error :
    The method toString() in the type Object is not applicable for the arguments (char)
  5. Replies
    11
    Views
    13,816

    Convert CHAR to STRING

    hello to all,


    public class Person
    {
    protected String name;
    protected String gender;
    protected int dateOfBirth;
    protected String address;
    protected String...
Results 1 to 5 of 5