Author Topic: Attribute Prompt Missing?  (Read 5832 times)

0 Members and 1 Guest are viewing this topic.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Attribute Prompt Missing?
« Reply #15 on: November 17, 2004, 05:20:21 PM »
Quote from: David D Bethel
CAB,

I must admit that I am a bit lost as to what exactly your program does.

A conditional ATTRIB edit to me would be editing only certain ATTRIBs on selected or filtered INSERTs?

-David


This is passed to the routine
(("DWIDTH" "3'-0\"")) as New_Txt

This line matched that and attr is not nil
(setq attr (cadr (assoc (op_dxf 2 entl) new_txt)))

so the edit attribute is skipped and flow falls directly to the entmod

This way the user doesn't have access to change the door width but is prompted
to change everything else.

This line
Code: [Select]
(menucmd (strcat "S=" (substr prmpt 2 8)))
would activate a menu of choices so the user can pick or enter the matching data.
This is the actual prompt string:  [AUD01MAS]Enter Door Width
It's actually pretty neat that you can pick from the Screen Menu instead of entering
from the command line. But 17 prompts for each door is a bit much.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.