Re: simple imput from command line

1999-02-14 Thread Daniel W. Dulitz x108
cobra writes: > IF my question is too silly please ignore it. Well, you sent it twice. It's pretty silly, and it's off topic, but now I'm worried that if everyone ignores it you'll keep sending it. > I'd need a translation for basic : INPUT "AGE";A import java.io.*; public int getIntegerF

simple imput from command line

1999-02-14 Thread cobra
Hope I'm not disturbing too much, probably I'm off topic but I'd need a simple way to imput a number (integer) from keyboard  while a program is running in Java (JINI) I'd need a translation for basic : INPUT "AGE";A   I'm able to do it from command line arg but not inside a program   IF

simple imput from command line

1999-02-14 Thread cobra
Hope I'm not disturbing too much, probably I'm off topic but I'd need a simple way to imput a number (integer) from keyboard  while a program is running in Java (JINI) I'd need a translation for basic : INPUT "AGE";A   I'm able to do it from command line arg but not inside a program   IF