Jump to content

Maximum lines to paste into command line


svorgodne

Recommended Posts

I am testing some Lisp programs before the final version and I paste the code directly into the text AutoCAD screen. It was working fine but I think I changed accidentaly a system variable so that I cannot paste more than 56 lines on the text screen.

 

Does anybody know why?

 

I assume the answer should not be more than two lines of explanation. I may be wrong though.

 

thanks in advance

 

Sergio

Link to comment
Share on other sites

I have had similar issues in other programs where the functions i was calling in the code caused the problem. Not sure this is what you got but if you added a function call reight before you started having the issues it might be related.

Link to comment
Share on other sites

You might look into QAFLAGS, other than that I wouldn't know of a Sysvar that might control that. Might be something in the Registry.

 

I agree though, use the VLIDE.

Link to comment
Share on other sites

I found another solution... I just typed first on the command line

 

(progn

 

And then I could paste the whole program until the line I wanted to test and just closed the opened brackets and so it was running the program until the point I wanted.

 

Thanks anyway. All solutions were very useful

 

Sergio

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