hexagon logo

unmark feature

I hope not to bother with my questions.
Sometimes they ask me to program certain features for a while. But usually not deleted and are staying and make the program longer. It currently takes about 1.5 hours. This time, I'm interested to know how to make a feature that is measured --X-- days, then unmark or delete and continue the program.
Parents
  • I can only see two ways to go about this, you would need to create an outside script that would run and do this for you or you could try Jefman's if/then conditional. The problem with the if/then conditional is that you have to be very careful with what comes after the if/then. Things like alignments, rotations and reported features and maybe some others will not be ignored just because it skips the code if it doesn't meet the condition.

    Depending on how many different things you are trying to do here it may just be better to have seperate programs for the different features.
Reply
  • I can only see two ways to go about this, you would need to create an outside script that would run and do this for you or you could try Jefman's if/then conditional. The problem with the if/then conditional is that you have to be very careful with what comes after the if/then. Things like alignments, rotations and reported features and maybe some others will not be ignored just because it skips the code if it doesn't meet the condition.

    Depending on how many different things you are trying to do here it may just be better to have seperate programs for the different features.
Children
No Data