Why?
From: Fu, Ren-Li (frl8_at_rogers.com)
Date: 10/30/03
- Next message: Matthew Ogan: "exec command under Unix"
- Previous message: E.C. Bäck: "Re: a question about thread"
- Next in thread: Anthony Borla: "Re: Why?"
- Reply: Anthony Borla: "Re: Why?"
- Reply: Roedy Green: "Re: Why?"
- Reply: VisionSet: "Re: Why?"
- Reply: Mark Haase: "Re: Why?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Oct 2003 04:47:53 GMT
String s;
Int i;
s = i; // does not work
s = "" + i; // works
why doesent it just work with "="? This makes no real sense to me.
-frl
- Next message: Matthew Ogan: "exec command under Unix"
- Previous message: E.C. Bäck: "Re: a question about thread"
- Next in thread: Anthony Borla: "Re: Why?"
- Reply: Anthony Borla: "Re: Why?"
- Reply: Roedy Green: "Re: Why?"
- Reply: VisionSet: "Re: Why?"
- Reply: Mark Haase: "Re: Why?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|