Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > sci.physics > #534400
| From | jimp@specsol.spam.sux.com |
|---|---|
| Newsgroups | sci.physics |
| Subject | Re: The Case For Quick Basic In The 21st Century. |
| Date | 2015-11-21 19:57 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <dtu6ic-nc8.ln1@mail.specsol.com> (permalink) |
| References | (1 earlier) <55f13240-7da7-4ed5-9c13-b405b3eed549@googlegroups.com> <niq4ic-e71.ln1@mail.specsol.com> <hamv4bdqj9e8ltp08i39ieovpqqpr1la5e@4ax.com> <q9i5ic-4h3.ln1@mail.specsol.com> <qlc15bt4prvot4f09m1q55up1filh86p6h@4ax.com> |
Wally W. <ww84wa@aim.com> wrote: > On Sat, 21 Nov 2015 07:15:38 -0000, jimp@specsol.spam.sux.com wrote: > >>Wally W. <ww84wa@aim.com> wrote: >>> On Sat, 21 Nov 2015 00:30:47 -0000, jimp@specsol.spam.sux.com wrote: >>> >>>>emptypost@hotmail.com wrote: >>>>> Here's some more information: >>>>> >>>>> MS QBasic has some serious numerical issues. >>>>> >>>>> MS QuickBasic is much better and very very good. >>>>> >>>>> PowerBasic is related to Turbo Pascal and to Turbo C. In other words, PowerBasic is not just some programming language that someone wrote with the Unix C compiler. And PowerBasic is current for a 32-bit console mode on Windows. >>>>> >>>>> VisualBasic has a console mode the last I heard. I think they stepped up to match Delphi's console mode. Of course this is console mode to make 32-bit Windows applications not 16-bit DOS applications >>>>> . >>>> >>>>Or in other words, updated to work with current versions of Windows >>>>instead of requiring an OS made obsolet 20 years ago. >>> >>> Windows 98 was less than 20 years ago. It ran on top of DOS. >> >>My bad; 17 years ago. > > M$ officially stopped support for Win98 in July 2006 - less than ten > years ago. > > >>> The move to the NT-based foundation instead of DOS was better for >>> corporate IT deparments. It wasn't necessary for certain DOS >>> functionality to be removed from the DVM in NT. Specifically, they >>> abandoned the long file name interrupts used by DOS programs that ran >>> as desired on Win98 machines. >>> >>> QBASIC could run in WinXP. >> >>So what? > > Anyone who had a working program written in QBASIC could continue to > use it in their most-used computer without making changes for the sake > of M$'s insistence on their version of "progress." Anyone with the slightest bit of common sense would realize that things change and would quit whinning and simply port this irreplaceable program to the lateset version of BASIC. >>> "Modern" Windows won't run 16-bit applications within its gigabytes of >>> memory usage. >> >>So what? > > It was massively user-unfriendly to attempt to pull the plug on all > 16-bit applications. Fortunately, there is DOSBox. It is called progress; 16 bit processors are obsolete. >>> The repeated moves by M$ to rip traditional functionality from >>> competent users are among the reasons to kick them to the curb and run >>> as many things as possible in Linux. >> >>Another term for "traditional functionality" is "obsolete crap". > > The LFN interrupts were not "obsolete crap." They allowed using file > names that don't draw on a teenager's text-message abbreviations. WTF are you raving about? >>In the interest of disclosure, I have never met a Microsoft OS that >>I liked. The only reason for ever using one was to get applications >>not available on another OS. The real world is applications. > > Really? You didn't "choose" the operating system because it is the one > that came with the machine? Never, neither personally or professionally. >>Now, please provide an example or two of a business application that >>would require QBASIC and could not be done much easier with a spreadsheet. > > First, why must it be a *business* application? Home users who did > anything in QBASIC were told to go piss up a rope. Because you went into a long rant about some application that had to be written at 11:30 pm for a morning report. Anyone with any sense who had a usefull QBASIC ported it long ago to a more modern version of BASIC. > Any number of procedures to process simple text files are easier in > QBASIC than in a spreadsheet. And there are many languages much better suited for processing simple text files than BASIC. What kind of text processing are you talking about, exactly? > For example: Consider a CSV file containing all the closing values of > a stock every day the stock exchange was open for the last 30 years. > > Say your boss wants the stock's closing value on the last day of > trading in November for each year. > > A QBASIC program to extract the requested information to a smaller CSV > file is simple. > > It can be done done in a spreadsheet, but it would be tedious. > > The same QBASIC program could be used for any number of similar files > for hundreds of companies. In the modern world, all that data would be in a database and a trivial PHP program would extract the data and put it on a web page. If all you wanted was numbers, you could get it with a single, simple line of SQL. > Extracting this information for hundreds of companies in a spreadsheet > would be inefficient, error-prone, and could drive crazy the person > tasked with the mind-numbing monotony. > > Spreadsheets are good. I have been disappointed on occasion when > looking at completed BASIC program to compare the number of lines of > code for 1) reading the data, 2) processing the data, 3) generating > output. > > The "processing the data" portion can be *much* smaller than the other > parts of the program. > > Spreadsheets are very good for parts 1 and 3 in many applicatons. Part > 2 may require comparable effort whether in a spreadsheet or in QBASIC. > > But a spreadsheet doesn't do *everything* as well as a small QBASIC > program might. No one in their right mind would do anything in the manner you describe in 2015. Businesses keep data in databases. BTW, spreadsheets can be interfaced to get data from databases. >>BTW, in case you didn't know, you can run compatible spreadsheets on >>all Windows releases, all releases of Linux, all the Mac OS's and even >>a real OS like Solaris Unix. > > Nice, but irrelevant to this dicussion. > > M$ destroyed ease-of-functionality for users who wrote and/or shared > QBASIC programs by removing it from the standard software > distribution, and by making it more difficult to run 16-bit programs. No one in their right mind wants to run 16 bit programs. 16 bit processors are obsolete. Anyone with any sense that had a QBASIC program that did anything usefull has long ago ported it to a modern version of BASIC. > Those are facts. Those are a pile of ignorant whinning about a non-issue. > They aren't important to you. > > No one is holding a gun to your head to use DOSBox. And I don't have any ancient games that I want to play. -- Jim Pennino
Back to sci.physics | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-11 19:50 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-12 04:22 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-12 10:05 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-12 19:10 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-13 05:52 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-13 19:13 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-13 19:38 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-14 01:27 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-14 15:55 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-14 21:28 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-15 10:30 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-15 20:23 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-16 05:42 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-16 19:29 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-17 05:08 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-17 20:22 +0000
Re: The Case For Quick Basic In The 21st Century. "nuny@bid.nes" <Alien8752@gmail.com> - 2015-11-17 14:16 -0800
Re: The Case For Quick Basic In The 21st Century. gilber34 <fafa@invalid.com> - 2015-12-13 16:11 -0600
Re: The Case For Quick Basic In The 21st Century. Sam Wormley <swormley1@gmail.com> - 2015-11-12 08:43 -0600
Re: The Case For Quick Basic In The 21st Century. gilber34 <fafa@invalid.com> - 2015-11-12 11:06 -0600
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-12 19:01 +0000
Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-14 15:52 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-15 01:03 +0000
Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-18 02:09 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-18 19:39 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-19 00:27 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-19 05:40 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-19 07:50 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-19 18:37 +0000
Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-19 11:47 -0800
Re: The Case For Quick Basic In The 21st Century. "Sam Gordon" <invalid@examplll.com> - 2015-11-19 11:58 -0800
Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-19 12:21 -0800
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-19 23:35 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-20 07:22 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-20 09:20 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-20 17:47 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-20 15:31 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-20 21:56 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-21 08:18 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-21 19:02 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-22 09:17 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-22 19:07 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-23 08:11 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-23 18:24 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-24 21:37 -0500
Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-24 19:08 -0800
Re: The Case For Quick Basic In The 21st Century. benj <none@gmail.com> - 2015-11-24 23:33 -0500
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-25 13:44 +0000
Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-25 06:25 -0800
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-26 15:19 +0000
Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-26 08:51 -0800
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-27 14:06 +0000
Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-27 20:10 -0800
Re: The Case For Quick Basic In The 21st Century. gilber34 <fafa@invalid.com> - 2015-12-15 10:00 -0600
Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-12-15 10:21 -0800
Re: The Case For Quick Basic In The 21st Century. gilber34 <fafa@invalid.com> - 2015-12-15 14:18 -0600
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 20:08 +0000
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-25 19:12 +0000
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-26 15:19 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-24 22:35 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-25 06:08 +0000
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-21 14:37 +0000
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-21 18:49 +0000
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-22 14:50 +0000
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-22 19:17 +0000
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-23 14:13 +0000
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-23 18:32 +0000
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-24 13:20 +0000
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-24 19:38 +0000
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-25 13:43 +0000
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-25 19:25 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-22 11:03 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-22 19:19 +0000
Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-22 11:46 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-22 20:27 +0000
Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-22 12:58 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-22 21:04 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-22 19:05 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-23 00:59 +0000
Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-22 18:46 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-23 06:07 +0000
Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-23 04:00 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-23 18:37 +0000
Re: The Case For Quick Basic In The 21st Century. Mahipal <mahipal7638@gmail.com> - 2015-11-23 20:17 -0800
Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-19 16:07 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-20 00:37 +0000
Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-22 16:28 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-23 01:10 +0000
Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-25 14:13 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-25 23:37 +0000
Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-29 16:17 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-30 01:22 +0000
Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-12-03 15:12 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-04 00:15 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-03 23:34 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-04 05:14 +0000
Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-12-05 17:01 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-06 02:37 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-06 00:55 -0500
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-12-06 15:07 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-06 10:15 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-06 18:51 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-07 03:23 -0500
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-12-07 13:46 +0000
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-07 19:20 +0000
Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-12-07 15:53 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-06 18:44 +0000
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-12-14 15:12 +0000
Re: The Case For Quick Basic In The 21st Century. Jason Wyome <jasonw@hotmail.org> - 2015-12-14 16:56 +0000
Re: The Case For Quick Basic In The 21st Century. gilber34 <fafa@invalid.com> - 2015-12-14 13:13 -0600
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-14 19:32 +0000
Re: The Case For Quick Basic In The 21st Century. Jason Wyome <jasonw@hotmail.org> - 2015-12-14 20:47 +0000
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-14 21:36 +0000
Re: The Case For Quick Basic In The 21st Century. Jason Wyome <jasonw@hotmail.org> - 2015-12-14 22:33 +0000
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 00:09 +0000
Re: The Case For Quick Basic In The 21st Century. gilber34 <fafa@invalid.com> - 2015-12-14 21:57 -0600
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 05:00 +0000
Re: The Case For Quick Basic In The 21st Century. Jürgen Großenbuch <jurgengb@adenauer.org> - 2015-12-15 15:02 +0000
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-14 19:13 +0000
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-12-15 13:06 +0000
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 19:31 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-14 22:11 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 03:44 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-14 23:04 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 05:01 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-15 06:36 -0500
Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-12-12 02:43 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-12 19:18 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 00:48 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-13 06:08 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 03:21 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-13 19:13 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 14:37 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-13 20:36 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 15:48 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-13 21:06 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 19:58 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-14 01:32 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 20:54 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-14 03:15 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 19:55 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-14 01:52 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-13 22:38 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-14 06:07 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-14 22:38 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 05:04 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-15 06:50 -0500
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-12-15 13:06 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-15 08:53 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 19:52 +0000
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 19:48 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-12-15 22:12 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-16 03:44 +0000
Re: The Case For Quick Basic In The 21st Century. Jason Wyome <jasonw@hotmail.org> - 2015-12-13 20:15 +0000
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-13 20:20 +0000
Re: The Case For Quick Basic In The 21st Century. Jason Wyome <jasonw@hotmail.org> - 2015-12-13 20:37 +0000
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-13 21:06 +0000
Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-12-15 02:24 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-12-15 20:03 +0000
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-26 15:18 +0000
Re: The Case For Quick Basic In The 21st Century. Max Keon <mskeon@optusnet.com.au> - 2015-11-27 01:32 -0800
Re: The Case For Quick Basic In The 21st Century. jmfbahciv <See.above@aol.com> - 2015-11-27 14:06 +0000
Re: The Case For Quick Basic In The 21st Century. Double-A <double-a3@hush.com> - 2015-11-12 15:17 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-12 23:34 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-13 05:57 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-13 19:23 +0000
Re: The Case For Quick Basic In The 21st Century. dvus <dven1@adelphia.net> - 2015-11-13 19:53 -0500
Re: The Case For Quick Basic In The 21st Century. emptypost@hotmail.com - 2015-11-19 19:26 -0800
Re: The Case For Quick Basic In The 21st Century. emptypost@hotmail.com - 2015-11-19 19:40 -0800
Re: The Case For Quick Basic In The 21st Century. emptypost@hotmail.com - 2015-11-20 15:57 -0800
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-21 00:30 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-20 21:53 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-21 07:15 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-21 13:46 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-21 19:57 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-21 15:50 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-21 22:44 +0000
Re: The Case For Quick Basic In The 21st Century. Wally W. <ww84wa@aim.com> - 2015-11-21 22:30 -0500
Re: The Case For Quick Basic In The 21st Century. jimp@specsol.spam.sux.com - 2015-11-22 05:14 +0000
Re: The Case For Quick Basic In The 21st Century. emptypost@hotmail.com - 2015-11-25 22:57 -0800
csiph-web