Jump to content

Programming Enhancement


C Martin

Recommended Posts

This has to do with the If condition for programming.

 

I assume that the "Else" commands only happen if the "If" condition is not met.

 

Question: After performing the "Then" statements,does the program just stop and does the program Status return to "False"?

 

If not, this is my Suggestion:

Can we have a checkbox on the "Else" section that allows the program to return to the "Else" section of the program after performing the "Then" section?

 

Why:

This would allow programmers to set the Program Status back to "False"

 

I use the Program Status as a Flag for other calling programs.

 

Benefit:

This would allow me to have one less program to execute this function (and possibly save memory).

 

Clarence

Link to comment

Hi Clarence,

 

The status of the program after executing "then" depends on the condition. So, if the condition is true (say, status of something is off), then the program continues being true. On the other hand, if you used Control as a condition, then the program becomes false once "then" is executed.

 

With kind regards,

Michel

Link to comment

What about the idea of a check box to have the program return to the "Else" statement after performing the "Then" statement.

 

Do you understand my logic for this request?

Is there any merit to this?

Or, is this modification very difficult to do and may not be worth the time and effort?

 

Thanks,

 

Clarence

Link to comment

Hi RLav,

 

I concur, that is what I do now. I am always thinking how things could be done easier.

The idea of not having to remember to write another program is what I'm after.

Sometimes you tend to forget turning things off and this might help.

 

Regards,

 

Clarence

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...