Search found 450 matches

by moneo
Fri Jul 08, 2005 2:49 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Quick Basic Language Reference Manual
Replies: 9
Views: 15678

moneo wrote: I have the original Microsoft QuickBASIC reference manual. I never use QBasic, but when I need to look something up, I use the QB Online Help at Qbasicnews instead of having to go to my manual. They are fundamentally the same, and actually the QB Online Help is better and quicker to us...
by moneo
Thu Jul 07, 2005 7:10 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Quick Basic Language Reference Manual
Replies: 9
Views: 15678

Yeah, but thats the same thing as when you use QB's help.. I think he wants something like a reference,.. I have the original Microsoft QuickBASIC reference manual. I never use QBasic, but when I need to look something up, I use the QB Online Help at Qbasicnews instead of having to go to my manual....
by moneo
Thu Jul 07, 2005 6:59 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: database
Replies: 6
Views: 9755

Re: database

does anyone know where an example of a database program made in qb is? to look at it for examples of input, search edit? Maybe you don't need a database approach at all. How many records do you have or expect to have as a maximum for this file? What is the largest record that you need to use? What ...
by moneo
Thu Jul 07, 2005 6:45 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: username & Passwored exe
Replies: 10
Views: 11381

I'm using Rattrapmax6's last posted code as a base. I'm changing the input prompt from "password" to "Admin Username" because none of the code so far is checking for passwords. I'm adding CASE ELSE logic to handle the case of an invalid username. I structured the CASE logic. CLS ...
by moneo
Sat Jul 02, 2005 2:31 pm
Forum: General Discussion
Topic: What kind of car do you drive?
Replies: 16
Views: 26539

We seem to be talking about the following car issues: THE GREATEST CAR EVER: I pick the 1955 Mercedes Benz 300SL gullwing. The only production car that you were able to drive right off the showroom floor and onto the track at Le Mans, and win!. THE GREATEST CAR I EVER HAD: My first new car, the 1969...
by moneo
Fri Jul 01, 2005 6:12 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Dayname
Replies: 19
Views: 20390

Edward: Now I know why I called you Rafael.. Rafael Moneo is an important spanish architect: you can do a Google search for him. He is from Navarra, the region surrounding Pamplona, where the Sanfermines are hold in july 7. Have you ever felt the wish of eating 2 lbs. steaks, drinking thick red win...
by moneo
Fri Jul 01, 2005 5:51 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Dayname
Replies: 19
Views: 20390

Moneo: I have found what's wrong with your date validation and FB. Here: ZTEMP$="1"+Z$+"1" IF LEN(Z$)<>8 OR MID$(STR$(VAL(ZTEMP$)),2)<>ZTEMP$ THEN :RETURN you rely in QB's STR$ adding a space at the front of the value returned. You know, v1ctor removed it because he hated to typ...
by moneo
Thu Jun 30, 2005 9:01 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Dayname
Replies: 19
Views: 20390

Antoni, Nadie entender? porque me llamaste Rafael. F?jate que el a?o pasado en Laredo Texas, pregunt? en la recepci?n del hotel si hab?a alg?n recado para Moneo. Me respondi? el empleado "?Cual Moneo, tenemos un Edward Moneo y un Rafael Moneo". Resulta que el famoso Rafael estaba asistiend...
by moneo
Thu Jun 30, 2005 1:48 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: libraries
Replies: 5
Views: 8126

The above post re libraries was submitted by me.
Don't know why the login is being dropped.
*****
by moneo
Wed Jun 29, 2005 8:07 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Dayname
Replies: 19
Views: 20390

I'm having trouble signing in. ***** ANTONI: Sorry, I made an error reading the year, month, day variables. :oops: The dates 2000,01,01 and 2000,02,29 and 2000,12,31 are correct. EDIT: I wrote a little test program to allow checking the resultant day of the week of your logic against the results fro...