... latin ... of the ... fool ... I thought you meant just switch the words around (like turn "hello" into "olleh"), but I didn't know pig latin had its own...
... as power--or as good as qbasic--but it ... changed dramatically in the past ten years. ... that would allow me to run bitmap ... graphics--so any help...
My grandfather is an engineer so he's been using computers since the 1980's. I was surprised that he was also a small-time programmer in qbasic. While...
Hey people, i'm back again. i like to make extensive use of all my resources. i'm wondering if it is possible to search internet using a qbasic program. any...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qbasic group. File : /QB 4.5/QB45.zip...
qbasic@yahoogroups.com
May 4, 2003 4:05 am
2091
Hello, How can I get the date of every continues Monday? A business week run on a Monday-till next Monday period. Using QBasic 4.5 Lennie De Villiers...
D De Villiers (Home)
lennie@...
May 4, 2003 5:51 pm
2092
Hello All, How can I make a selection menu screen? Currently my app screens are only options which require user to type an option number e.g. 1) ....... 2)...
D De Villiers (Home)
lennie@...
May 4, 2003 5:51 pm
2093
On Sun, 4 May 2003 19:48:33 +0200 "D De Villiers (Home)" ... from the "enigma coding program" (slightly modified): DECLARE FUNCTION ConvBlock% (row%, column%,...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qbasic group. File : /mouse.bas ...
qbasic@yahoogroups.com
May 5, 2003 4:15 pm
2095
<<< (Lennie)How can I make a selection menu screen? >>> Hi Lennie, I have uploaded a mouse routine for QB to the files section. If you need help figuring out...
Hi Chris, Is that the "mouse.bas" file you uploaded ? Lennie De Villiers 07-05-2003 <<< (Lennie)How can I make a selection menu screen? >>> Hi Lennie, I have...
Hi everyone, Suppose you have the following qbasic program For x = 1 to 10 READ N PRINT N NEXT x DATA 6, 2, 11, 3, 5, 18, 7, 1, 9, 8 ===== Can you write for...
Hello William, You can use a bubble-sort algorithm. Dont have QB here to write it for you (its at home!) Here's how you can go: * Read all values into an array...
D De Villiers (Work- ...
lennie@...
May 8, 2003 1:23 pm
2099
Hello, Can you connect to a database using ODBC with QB 4.5 ? If possible, where can I find some examples. Kind Regards, Lennie De Villiers 2003/05/08 Systems...
D De Villiers (Work- ...
lennie@...
May 8, 2003 1:23 pm
2100
<<< Is that the "mouse.bas" file you uploaded ? >>> Yes, that's the one. -chris...
DIM num(10) FOR x = 1 TO 10 READ N PRINT N num(x) = N NEXT x DATA 6, 2, 11, 3, 5, 18, 7, 1, 9, 8 PRINT FOR x = 1 TO 10 FOR y = 1 TO 9 IF num(y) < num(y + 1)...
Hi Richard, I cannot thank you enough. You are the first programmer to give me a proper answer to a newbie's question. i.e. DETAILED !!! All the others simply...
Thank You Chris ! :-) ... Kind Regards, Lennie De Villiers 2003/05/09 Systems Developer Akura Manufacturing Engineering Company (Pty)Ltd, South Africa ...
D De Villiers (Work- ...
lennie@...
May 9, 2003 7:24 am
2105
William, You can use another extention except TXT in NOTEPAD. Just include double-quotes ("") around the file name eg. "BubbleSort.bas" - and not...
D De Villiers (Work- ...
lennie@...
May 9, 2003 7:24 am
2106
On Fri, 9 May 2003 09:13:19 +0200, "D De Villiers \(Work- AKURA\)" ... Look here too, for 3000 basic source code samples. http://www.allbasiccode.com/ -- ...
Hello All, Is QBasic software still in use today ? Me still only have about 2 sites running a app I wrote years ago in QBasic (they now want it rewritten for...
D De Villiers (Work- ...
lennie@...
May 9, 2003 10:03 am
2108
... Hi Michael, Thank you. Can you give me a step by step guide as to what to do in order to download a sorting or other program from the site you mentioned ...
On Fri, 09 May 2003 18:24:41 -0000, "William Astor" ... I'm assuming you have a broadband internet connection: 1)Download and extract the Windows ABC viewer ...
i have a task to interpolate much data so i can draw it into a smooth graphic..could somebody helpme...please... ... Do you Yahoo!? The New Yahoo! Search -...
... Thank you Michael. I do not have a broadbend internet connection. But with Download Accelerator, I have found downloading works well IF the download is...
On Mon, 12 May 2003 16:54:42 -0000, "William Astor" ... Try it and see. Most servers support resuming. ... In their final form they are a database with the...