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
>
>

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* 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