Posted December 23, 201014 yr In programing in Composer HE, is there a way to insert a command that ignores or by passes the code. For example, I have a subroutine that I am testing and I want to temporarily ignore it without having to delete all the code and reinsert it.Also, is there a way to put a text line within the code? I want to make notes explaining actions.
December 23, 201014 yr No, and no... you could put a break in though and that would break the routine out before it gets to whatever you're doing in the subroutine to ignore...?
December 23, 201014 yr fwiw, someone here had suggested creating a comment variable and using it to enter comments in code.
December 23, 201014 yr You could insert an if statement that evaluates to false and put the code under that if statement.
Archived
This topic is now archived and is closed to further replies.