Done Create an isdisabled conditional

rconn

Administrator
Staff member
May 14, 2008
12,556
167
In TCCRT, the VIEW command is disabled, but it still returns true for the isinternal conditional.

I would like to see a isdisabled conditional introduced to test for this.

In TCC-RT, the VIEW command (and a few others) aren't technically disabled; they simply do not do anything. This is deliberate, as the decision was made that when running a batch file a do-nothing command was preferable to potentially running an unknown external command.

There already is a _tccrt internal variable and an ISINTERNAL conditional expression.