> -----Original Message-----
> From: Abd ulRahman Lomax [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 01, 2004 5:00 PM
> To: Protel EDA Forum
> Subject: Re: [PEDA] Is Protel 99SE to 2004 upgrade a good idea yet?
>
> At 11:23 PM 5/29/2004, Ian Wilson wrote:
> >> If you have to type sentences into a dialogue box,
> >
> >That is what the Find Similar Object dialog is designed to stop you
> >having to do. I really do get tired of typing this. Every
> one new to
> >the query language should now write out by hand 100 times -
> "I know what the FSO is."
> >
> >I knew I should have just shut up and not put my tuppence worth in.
>
> No, Mr. Wilson's experience and commentary are extremely
> valuable to us.
> Mr. Wasti has, quite clearly, *not* learned how to use DXP
> efficiently, so his comments are the voice of inexperience,
> coupled with a measure of anger and frustration. Yes, it
> should not have been this difficult to make the transition.
> But DXP exists as it is.
>
> FOR N = 1 TO 100
> PRINT "I know what the FSO is."
> NEXT
Mr Lomax
More painful like this :-)
(Ian, told you my coding skills were bad)
Just thought I would give you guys who write code for a living a laugh :-)
But the FSO/Inspector does need a tweak or more.
John
------------------------
/*****************************
* I know what the FSO is
*****************************/
#include <stdio.h>
void main()
{
char key;
int a;
printf("Do you know what the FSO feature is?\n\n");
printf("Type yes, then hit enter to continue\n");
gets(&key);
printf("I know what the FSO is!\n\n");
for(a=1;a<=101;a++)
if(a<100)
{
printf("Do you know what the FSO feature is?\n\n");
printf("Type yes, then hit enter to continue\n");
gets(&key);
printf("I know what the FSO is!\n\n");
}
else
{
printf("Finished!!!!");
}
}
>
>
>
>
>
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* To post a message: mailto:[EMAIL PROTECTED]
*
* To leave this list visit:
* http://www.techservinc.com/protelusers/leave.html
*
* Contact the list manager:
* mailto:[EMAIL PROTECTED]
*
* Forum Guidelines Rules:
* http://www.techservinc.com/protelusers/forumrules.html
*
* Browse or Search previous postings:
* http://www.mail-archive.com/[EMAIL PROTECTED]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *