ATTIN but ignore Attributes containing keyword "DISP-..."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey everyone, I hope this finds you guys well.
I was curious to ask for some assistance regarding the modification of the typical ATTIN script to ignore attributes containing a specific keyword. I am a little new to this lisp language, so please forgive the attempt below:
I have attached the original ATTIN, as well as an attempted file containing the modified code found from the below source:
Here are the errors I am getting:
First:
Command: MATTIN
"INTERNAL error in FAIL\nmessage lost, reset to top"
and now:
Command: MATTIN
bad argument type: stringp ("HANDLE\tBLOCKNAME\tEQTYPE\tEQ#\tPANELNAME\tCIRCUIT#\tSYSTEMVOLTAGE\tSYSTEMPHASE\tHP(LEAVE_EMPTY_IF_KW)\tKW(LEAVE_EMPTY_IF_HP)\tMCA\tMOP\tFLA\tDISPLAY-EQTYPE\tDISPLAY-EQ#\tDISPLAY-PANELNAME\tDISPLAY-CIRCUIT#")
Cannot invoke (command) from *error* without prior call to (*push-error-using-command*).
Converting (command) calls to (command-s) is recommended.
Thank you.