why is this stupid problem still out there?
Colby, a long time ago you were the one that showed me how to fix it

I have posted that fix at least two times and I realize that a newbie
would not have seen that but why have the SP#'s not done what has to be
done?

how could a simple bas program have been shipped in a state that did not
work at all?
the programmer never tried it? they just wrote it?
why does everyone not see this problem?
obviously they have slipstreamed the fix in such a way that some are
subject and others not

this really shows a slipshod approach to shipping and maintaining a
quality product

Dennis Saputelli

Colby - PowerStream wrote:
> 
> I wish I could remember exactly what it was... but I remember there is/was a
> syntax error in this script a while back, and by changing something(that is
> the part I can't remember) it would cause it to work.
> 
> I think it had something to do with the = operator.
> 
> ok... I remember...  in a section of the macro Select Case Operator there
> are a few lines that look like this
> Select Case Operator
>           Case 0  OperatorStr = "="
>           Case 1  OperatorStr = "<>"
>           Case 2  OperatorStr = ">"
>           Case 3  OperatorStr = "<"
>           Case 4  OperatorStr = "=>"
>           Case 5  OperatorStr = "<="
> 
> Everywhere you see an =  inside quotes you need to replace it with a -
> This will make it work if I remember right.
> So it should look like this
> Select Case Operator
>           Case 0  OperatorStr = "-"
>           Case 1  OperatorStr = "<>"
>           Case 2  OperatorStr = ">"
>           Case 3  OperatorStr = "<"
>           Case 4  OperatorStr = "->"
>           Case 5  OperatorStr = "<-"
> 
> Hope that helps.
> 
> This macro is found in the Design Explorer 99 SE\System\Templates.DDB in the
> Macros folder, and can be edited from there.
> 
> ----------------------------------------------------------------------
> Colby Siemer                        ** Custom Battery Chargers
>                                            ** Custom Power Supplies
> PowerStream Technology       ** Custom UPS
> 140 S. Mountainway Drive      ** Custom DC/DC Converters
> Orem Utah 84058                  ** Power management electronics for OEMs
> 
> http://www.PowerStream.com
> 
> ----- Original Message -----
> From: "Dave Eloranta" <[EMAIL PROTECTED]>
> To: "'Protel EDA Forum'" <[EMAIL PROTECTED]>
> Sent: Tuesday, July 03, 2001 1:54 PM
> Subject: [PEDA] select hole size
> 
> > Select hole size is not working on my system. I think I've got the menu
> > customized so that it does not work. Holesize.bas would run but would not
> > select any existing holes that matched. I'm wondering if the PCB:SELECT
> > process now includes a parameter like SCOPE=HoleSize. Where do I find a
> list
> > of the precise syntax required? The help file is unclear it seems to imply
> > hole size is an option but no parameter exists for the process.
> > Thank you
> >
> >

-- 
___________________________________________________________________________
www.integratedcontrolsinc.com            Integrated Controls, Inc.    
   tel: 415-647-0480                        2851 21st Street          
      fax: 415-647-3003                        San Francisco, CA 94110

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* To post a message: mailto:[EMAIL PROTECTED]
*
* To leave this list visit:
* http://www.techservinc.com/protelusers/leave.html
*                      - or email -
* mailto:[EMAIL PROTECTED]?body=leave%20proteledaforum
*
* Contact the list manager:
* mailto:[EMAIL PROTECTED]
*
* Browse or Search previous postings:
* http://www.mail-archive.com/[email protected]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Reply via email to