Re: A pitiful little question.
- Posted by Lucius Hilley <lhilley at CDC.NET> Jun 27, 1999
- 455 views
I am a QB/EU programmer. I know most all of the QB commands and all their EU equivlants. There are others here on the list that can also tell you Euphorias equivlant commands to Quick Basic's commands. Lucius L. Hilley III lhilley at cdc.net +----------+--------------+--------------+ | Hollow | ICQ: 9638898 | AIM: LLHIII | | Horse +--------------+--------------+ | Software | http://www.cdc.net/~lhilley | +----------+-----------------------------+ ----- Original Message ----- From: Philip Maurer <eu4ia at JUNO.COM> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Sunday, June 27, 1999 11:16 AM Subject: Re: A pitiful little question. > ---------------------- Information from the mail header ----------------------- > Sender: Euphoria Programming for MS-DOS <EUPHORIA at LISTSERV.MUOHIO.EDU> > Poster: Philip Maurer <eu4ia at JUNO.COM> > Subject: Re: A pitiful little question. > -------------------------------------------------------------------------- ----- > > Thank you, Jeffrey, very much! Even though I am a beginning Euphoria > programmer, I am familiar with QBasic and its commands, etc. As any other > QBasic programmers may have realized while working with Euphoria, the two > are quite different. Because of this, my little mind is confused -- I > want to do something simple in Euphoria, but only know the QBasic syntax > for it... Oh well, I'll learn. Anyway, this is the first 'major' advance > in my Euphoria "career." Thanks again for the help, and I'd love to hear > from any QB/EU programmers out there. > > Philip > > >Use get_key() like so: > > > >puts(1,"Press any key to end the program.") > >while get_key() = -1 do > >end while > > > >Jeffrey Fielding > >JJProg at cyberbury.net > >http://members.tripod.com/~JJProg/ >