Re: still a newb Tstringlist

From: J French (erewhon_at_nowhere.com)
Date: 03/15/04


Date: Mon, 15 Mar 2004 07:06:00 +0000 (UTC)

On Sun, 14 Mar 2004 20:54:29 -0000, "Loonie" <none@none.net> wrote:

<snip>

>I have blindly taken the approach that i will look in the help files when
>necessary sometimes to be perplexed by lots of things i don't understand.

I took that approach at first, it is not the best way of tackling
Delphi
- primarily because Delphi is a pretty full language, with a huge
library bolted on.
- if one does not know what is available, then one is unlikely to
select the best tool.

For example, using a TStringList to zap a file is a pretty odd
approach.

Browsing the Help files is pretty painful, but, IMO it is essential
- as is running up very small test Apps to play with things before
using them in real code.

> Is there a way of trimming these down to a more understandable format i
>don't think i need rave reports or indy 9 (due to the fact i don't know what
>they are....honesty is the best policy)

There is, but I would not bother

The best way of getting assistance from the NGs is to trim the problem
down to a small bit of code that demonstrates what is puzzling you.
We can then try it out, and fix what is wrong.
- very often we'll ask 'why on earth are you doing that ?'
- and point you in a more appropriate direction
To a great extent, what we are really up to is learning from each
other ...
HTH



Relevant Pages

  • Re: SuSE-like distribution?
    ... Uncle Pirate wrote: ... > How to or help files, if they are good, is enough. ... available in almost all major distro's depending on you knowledge and ...
    (alt.os.linux.suse)
  • Re: Can inclusion of a printf() effect a calculation? Please help!!
    ... Sorry to join in the throng, ... The request ... for real code was so that people here might have a stab at determining ...
    (comp.lang.c)
  • Re: Calling procedure
    ... simonZ wrote: ... Any ide why? ... Well, without seeing any of the real code, it's impossible to say. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: mkdir
    ... >> droose wrote: ... [SNIP] ... >> To work out what error numbers are, use the Help Files - that's what ... Prev by Date: ...
    (microsoft.public.vb.bugs)
  • Re: a simple reference variable question
    ... You probably know that global variables are not accessible unless ... function & getX() { ... Anyway, probaly not the problem in your real code, since global is not ...
    (alt.php)