Showing results 1 to 8 of 8
Search took 0.01 seconds; generated 1 minute(s) ago.
Posts Made By: Daaave
Forum: Pascal and Delphi Jun 4th, 2005
Replies: 7
Views: 3,387
Posted By Daaave
Re: Jumps into code on program end

First question is: What version of Turbo Pascal? This could make a great difference. For instance, in ver 6 and earlier, the editor would only hold 64K of text, limiting the size of programs, and...
Forum: Pascal and Delphi May 23rd, 2005
Replies: 1
Views: 2,111
Posted By Daaave
Re: component dblookupedit ?

If this is still an issue for you, the Delphi Super Pages is a wonderful place to find all kinds of goodies, gizmos and components.

There's shareware, freeware, and demos for all versions of Delphi...
Forum: Pascal and Delphi May 23rd, 2005
Replies: 1
Views: 2,118
Posted By Daaave
Re: expert fammiliar with multi threading with pascal immediatly needed

What is it, specifically, you need/want to know?

Daaave
Forum: Pascal and Delphi May 13th, 2005
Replies: 2
Views: 4,666
Posted By Daaave
Re: Passing txt files into a programand writeln info out

File I/O line-by-line (for text files) is fairly simple.

Assign associates an external filename with a file variable. This is the first step in file I/O. After the Assign, all references to the...
Forum: Pascal and Delphi May 12th, 2005
Replies: 1
Views: 2,977
Posted By Daaave
Re: Formatting "Buzz - Fizz" Game, help!

First, strings in Pascal are delimited with single quotes ('), not double quotes (").

Second, you can consolidate your writelns into one string
from
writeln(' ', 'Buzz', ' ');

to
writeln(' Buzz...
Forum: Pascal and Delphi May 12th, 2005
Replies: 12
Views: 3,662
Posted By Daaave
Re: Serious help needed ASAP error message!!!!

I've been looking at this code again, and I discovered a problem that hasn't been pointed out, so here I go:

"Information" is declared as a variable of type integer at the top of the program. ...
Forum: Pascal and Delphi May 7th, 2005
Replies: 12
Views: 3,662
Posted By Daaave
Re: Serious help needed ASAP error message!!!!

What is it you need to know? I've been doing Pascal / Delphi for 20 years. Maybe I can lend a hand.
Forum: Pascal and Delphi May 7th, 2005
Replies: 3
Views: 2,450
Posted By Daaave
Re: Urgent Pascal Expert Needed

You could also neaten up the if..then..else..if ladder using a case, like this:



for I := low( ftn ) to high( ftn ) do
begin
case ftn[I].age of
0..5 : inc( Count[1] );
6..11 : inc(...
Showing results 1 to 8 of 8

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 9:38 am.
Newsletter Archive - Sitemap - Privacy Statement - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC