Jump to content

QAFLAGS variable


AdamW

Recommended Posts

I wrote a lisp routine with a little help from you guys (thanks) and to get the routine to work I had to set the QAFLAGS variable to 1. I have found that if I crash out the lisp routine before it sets the QAFLAGS variable back to its original state then all hell breaks loose such as lisps no longer working or diaglog windows opening instead of lisps running.

Ive tried to find out about QAFLAGS but its not well documented at all (autoDesk seem to be secretive about this one) Does anyone have any documentation on this. All I know is that i have to change it to get my lisp routine to work and it is a bitcode variable but no info on the different codes and what they do.

Thanks

Link to comment
Share on other sites

from the oracle of google : http://forums.augi.com/showthread.php?11688-Explode-in-LISP-Does-Not-Explode-Selection-Set

 

QAFLAGS bitcode, introduced in R11, an integer range from -32768 to +32767,

changed to 0 - 32767 in R12.

 

bit 0 (1) : ^C in menu macro cancels grips (acts like keyboard ).

bit 1 (2) : no pause during text screen listings.

bit 2 (4) : no "alert" dialogs (text display instead).

bit 7 (128 ) : accepts "screen picks" (point lists) via (command) function.

bit 9 (512) : sets Bind type to insert in R14

 

 

can't realy remember ever using qaflags meself however...

 

gr.Rlx

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...