Re: Convert "char" into "string" in java
From: Peter van der Goes (p_vandergoes_at_toadstool.u)
Date: 12/27/04
- Next message: LIM: "fatal error LNK1561: ... PLZ HELP ME"
- Previous message: Ayman Shoukry [MSFT]: "Re: Inline function that return static data bug"
- In reply to: privetv7: "Convert "char" into "string" in java"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 27 Dec 2004 14:19:05 -0600
"privetv7" <privetv7.1hy0ln@mail.codecomments.com> wrote in message
news:privetv7.1hy0ln@mail.codecomments.com...
>
> ppl... HELP!!!!!
> i don't know how to convert String into char.....
>
> for example i can do
>
> String input;
> int number;
> input = JOptionPane.showInputDialog( "Enter what ever" );
> number = Integer.parseInt(input);
>
>
>
> --
> privetv7
> ------------------------------------------------------------------------
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------
>
Well, first you'll need to find a group for Java. This is the Microsoft
public group for C++ in .NET.
I'll suggest the following possibilities:
alt.comp.lang.java
comp/lang.java.programmer
are two places that should work for you.
In the meantime, you might investigate the Java Character wrapper class.
-- Peter [MVP Visual Developer] Jack of all trades, master of none.
- Next message: LIM: "fatal error LNK1561: ... PLZ HELP ME"
- Previous message: Ayman Shoukry [MSFT]: "Re: Inline function that return static data bug"
- In reply to: privetv7: "Convert "char" into "string" in java"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|