Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.

First time visiting? Here are some places to start:
  1. Looking for a certain topic? Check out the categories filter or use Search (upper right).
  2. Need support? Ask a question to our Community Support category.
  3. Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
  4. Be respectful, on topic and if you see a problem, Flag it.

If you would like to contact our Community Manager personally, feel free to send a private message or an email.

Options

FeatureScript Notice

hervé_piponhervé_pipon Member Posts: 60 ✭✭

Hello,

Is there a way to clear the FeatureScript Notice ?

Comments

  • Options
    Jacob_CorderJacob_Corder Member Posts: 126 PRO
    yes.  wrap the call that results in an error in this

    try silent
    {

    }
  • Options
    hervé_piponhervé_pipon Member Posts: 60 ✭✭
    Hello,
    Actually I want to see the error lines, but when I do a lot of testing, the FeatureScript Notice fills up a bit too much, and I always have to go up to the bottom, to see if my new feature works.
    I would be happy to clean up any old errors.
  • Options
    Alex_KempenAlex_Kempen Member Posts: 244 EDU
    There isn't any way to retroactively edit or remove statements from the console put there by debug, print, or println, so if you don't want them in your console, then don't call the aforementioned functions in the first place.
    CS Student at UT Dallas
    Alex.Kempen@utdallas.edu
    Check out my FeatureScripts here:



Sign In or Register to comment.