- Jun
- 1,092
- 48
I've been spending a lot of time lately just reading through the documentation. Although I've been using TCC since it was 4DOS and Take Command since it was born, I'm amazed at how much I've learned. Either I have forgotten things, or new features were added without my noticing. I've also come across some mistakes. Nothing serious, but I always wanted users of my software to tell me out problems, so I'll try to report them.
In the examples at the end, the last three have a wrong answer. For a second, I thought that the results were being truncated instead of rounded, because 3/7 was 0.4286 to four places but 0.42 to two places. The output is actually 0.43.
It struck me as odd that the help states: "To ensure that expression is interpreted correctly, spaces should be placed on both sides of each operator..." However, many of the examples that follow do not heed that advice.
The help has not been updated to mention the TMP: and TMP#: devices, which, like CLIP: and CLIP#:, require the trailing colon.
The help states: "If you select Apply, the settings will only apply for the duration of that session." There is no Apply button on any of the TCMD option tabs.
For these tabs, there is an Apply button, and the instructions are similar. However, it is not clear how one can click the Apply button and then resume work. The window stays open. If I click the 'X' in the corner, the changes do not seem to be saved, and if I click the OK button after clicking the Apply button, the changes become permanent.
The help says that the window is opened by F7 or Ctrl-Tab. F7 is correct. Ctrl-Tab opens a popup for selecting among the tabs in Take Command.
There are a lot of places, especially examples, that refer to the directory \TCMD28\. Most of these are not terribly important, but there was one that said that something would default to that directory (or something like that). Unfortunately, I haven't been able to find it again.
@EVAL
In the examples at the end, the last three have a wrong answer. For a second, I thought that the results were being truncated instead of rounded, because 3/7 was 0.4286 to four places but 0.42 to two places. The output is actually 0.43.
->echo %@eval[3 / 7=2]0.43It struck me as odd that the help states: "To ensure that expression is interpreted correctly, spaces should be placed on both sides of each operator..." However, many of the examples that follow do not heed that advice.
@DEVICE
The help has not been updated to mention the TMP: and TMP#: devices, which, like CLIP: and CLIP#:, require the trailing colon.
Take Command Configuration Dialogs
The help states: "If you select Apply, the settings will only apply for the duration of that session." There is no Apply button on any of the TCMD option tabs.
Configuration Dialog (for TCC)
For these tabs, there is an Apply button, and the instructions are similar. However, it is not clear how one can click the Apply button and then resume work. The window stays open. If I click the 'X' in the corner, the changes do not seem to be saved, and if I click the OK button after clicking the Apply button, the changes become permanent.
Filename Completion Window
The help says that the window is opened by F7 or Ctrl-Tab. F7 is correct. Ctrl-Tab opens a popup for selecting among the tabs in Take Command.
Miscellaneous
There are a lot of places, especially examples, that refer to the directory \TCMD28\. Most of these are not terribly important, but there was one that said that something would default to that directory (or something like that). Unfortunately, I haven't been able to find it again.
Last edited: