Hello! I have been getting these messages from Sparklist every time I
post on Delphi-En.  Is everybody getting this and what can I do to stop
getting this?

Thanks!

Tom Nesler

-----Original Message-----
From: SparkLIST.com
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 06, 2008 12:55 PM
To: Nesler, Thomas J
Subject: re: your email message


The following lines in your email message did not appear to be
SparkLIST.com commands and were skipped:

> ---eucmWw80j9Az3NvvgqH6j9kVPr6PT5itIApvFt
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: quoted-printable
> Hello!
> I added the check for the component type and then built a for loop to
> cycle through the list.
> Here is my altered code now:
> For X:=3D0 to Form1.ComponentCount-1 do
>    begin
>     If Components[X] is TSpeedbutton then
>     For I :=3D1 to 21 do   //I have 21 speedbuttons
>     Begin
>     If (Sender as TSpeedbutton).Name =3D 'SpdBtn' + IntToStr(I) then
>      Begin
>       Case I of
>      1: SpdBtn1.Caption :=3D Strlist[0];
>      2: SpdBtn2.Caption :=3D Strlist[1];
>       ....
>    End;
>   end;
>  end;
> End;

This email message is simply a notification of how SparkLIST.com
understood
your email message.  If you want to resend your commands, send
them to [EMAIL PROTECTED]


Reply via email to