Search found 450 matches

by moneo
Sun May 07, 2006 8:04 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with Invoice Program
Replies: 9
Views: 11124

Hi Flirt85, You seem to be a pretty good programmer, judging from your code. Having looked at your inventory program also, I notice some things that I consider bad habits. 1) You seem to prefer processing input data directly out of DATA statements. I prefer to set up one or more arrays, and READ the...
by moneo
Sat May 06, 2006 8:19 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with making a log file!!
Replies: 6
Views: 7359

Thanks, Patz, we aim to please......
*****
by moneo
Tue May 02, 2006 7:03 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with making a log file!!
Replies: 6
Views: 7359

I am making a progam that in it i ask the user for the date and an explanation. I want to add that info the end of a file each time it is entered(Like a log file.)..... If you are asking the user for the date and an explanation, then it's not really a log file, but an accumulation or record of what...
by moneo
Tue May 02, 2006 12:31 am
Forum: News and Announcements
Topic: QB Express #20 coming soon!
Replies: 3
Views: 11557

Pete,

That's great news about your job! I wish you the best.

Also, have a wonderful time in Ethiopia. How exciting! Shucks, I've always wanted to go to Africa since watching Tarzan movies when I was a kid.
*****
by moneo
Thu Apr 27, 2006 9:53 pm
Forum: General Discussion
Topic: On the eighteenth of April...
Replies: 11
Views: 15256

Seb McClouth wrote:
moneo - slightly adjustes wrote: To speak or not to speak... that's the question...

It's doesn't matter who you are, where you from, what you talk...
Did I make a typo error? If so, where? If not, what are you talking about?
*****
by moneo
Sun Apr 23, 2006 1:58 pm
Forum: General Discussion
Topic: On the eighteenth of April...
Replies: 11
Views: 15256

You mean like no one speaking english and you being white around all the mexicans? Or is it just the poverty? Sorry, I'm just kind of interested in this kind of stuff..... Speaking or not speaking English, is not a problem 'cause I'm also fluent in Spanish. What is annoying about this is that many,...
by moneo
Fri Apr 21, 2006 7:43 pm
Forum: General Discussion
Topic: On the eighteenth of April...
Replies: 11
Views: 15256

Cool, I didn't know that. What brought you to Sunny Mexico? Long story. My wife was born in Mexico and could not adjust to living in the States. So, in 1983, we moved down to Mexico City where her family is. I was lucky and was able to find a programming job right away. I am not too keen on Mexico....
by moneo
Thu Apr 20, 2006 9:09 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: why are no new programs being posted?
Replies: 10
Views: 11791

Z!re wrote:... I like FB, some people doesent.. I dont give a shit :P
That reminds me:

Farty Arty and his constipated quartet singing: "I Don't Give a Shit." :D
by moneo
Wed Apr 19, 2006 4:38 pm
Forum: General Discussion
Topic: On the eighteenth of April...
Replies: 11
Views: 15256

Zim wrote:Thanks, Moneo!

Interesting how it takes someone from Mexico to remind us Americans about our heritage. The only nearby date that I recall is April 20th; Adolph Hitler's birthday.
Actually, I merely live in Mexico, but I am an American, by birth, by upbringing, and by heart.
*****
by moneo
Tue Apr 18, 2006 7:51 pm
Forum: General Discussion
Topic: On the eighteenth of April...
Replies: 11
Views: 15256

On the eighteenth of April...

Listen my children and you shall hear Of the midnight ride of Paul Revere, On the eighteenth of April, in Seventy-five; Hardly a man is now alive Who remembers that famous day and year. He said to his friend, "If the British march By land or sea from the town to-night, Hang a lantern aloft in t...
by moneo
Sat Apr 08, 2006 7:33 pm
Forum: General Discussion
Topic: what's a library./.
Replies: 5
Views: 6636

Nathan1993 wrote:Moneo, I was trying to make it easy for him to understand, not be technichial (wow, I suck at spelling...) about it.
Making it easy to understand is fine, but it also has to have some fundamental facts.
*****
by moneo
Sat Apr 08, 2006 3:06 pm
Forum: General Discussion
Topic: what's a library./.
Replies: 5
Views: 6636

I library is a collection of subroutines that are in an external program and "included" into you program. Because many people need speed-intesive routines for games and QB lacks and speed in graphics, libraries are ofton written to replace QB's graphics routines with faster and more routi...
by moneo
Fri Apr 07, 2006 7:44 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Illegal function call
Replies: 3
Views: 10267

Piolho, Just noticed the following PRINT statement in your program. PRINT #1, X$,",", Y$,",", Z$; 1) First of all, you never opened any file as #1. 2) The Z$ variable was never assigned anywhere. 3) The PRINT statement ends with a semicolon, which means that you will never output...
by moneo
Thu Apr 06, 2006 8:52 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Printing from a DOS App to a USB port in Windows (98 or XP)
Replies: 5
Views: 6978

Re: Using Notepad

...... Problem is, my program's output contained hi-bit Ascii characters for line drawing. In NotePad, these characters look like special (foreign) characters 'n stuff, but not lines. And that's the way they'd print too. ...... I had a similar problem years ago. Solutions: 1) On an option or switch...
by moneo
Thu Apr 06, 2006 8:42 pm
Forum: News and Announcements
Topic: Suggesstion
Replies: 6
Views: 18535

On a low-traffic forum like this, the more forums you have, the worse it is. There aren't enough posts to fill more forums, so they would just sit there empty and get in the way. I think that's one of the biggest problems a lot of small sites have; they create dozens of forums and there aren't enou...
by moneo
Sun Apr 02, 2006 7:39 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help - How 2 open and read large files over 32,768 bytes?
Replies: 8
Views: 9525

Mystic, Just out of curiosity, what does "OR" mean on the following statement that you provided?

DO WHILE NOT EOF (#1) OR

*****
by moneo
Sun Apr 02, 2006 7:35 pm
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2155603

Thanks for all your feedback, guys, especially all the details by Lurah.

Can't wait until I get my Windows machine fixed, and not have to keep treading into the unknown.
*****
by moneo
Sat Apr 01, 2006 10:40 pm
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2155603

Regarding "Join the Linux Revolution." My Windows machine has been down for several weeks, and I've been using my son's machine that has Linux Ubuntu. So, I didn't actually join the Linux revolution, I latched on to the nearest system available to me. Let me tell you about my experiences. ...
by moneo
Sat Apr 01, 2006 9:42 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help - How 2 open and read large files over 32,768 bytes?
Replies: 8
Views: 9525

You mention a file grerater than 32K, but I assume that the problem is that you have records that are over 32K each. If this is true, you have a real problem. Even if you opened the file for binary and read the records in smaller chunks, you still may have problems if you need to have an entire reco...
by moneo
Thu Mar 30, 2006 6:30 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Searching Folders
Replies: 10
Views: 25014

Zamaster, By now you've figured out that there are many ways to get to the directories and filenames. Lurah's way gets you the names of all the directories. Then, for each directory, you have to do another SHELL with a DIR to get its filenames. You also need to figure out how to handle Windows long ...