- May
- 13,723
- 209
When I open this one-liner from TCC with the command "bdebugger bdbtest.btm"
... and double-click on "random" (nothing else) only "random" is selected and (!!) several of these messages appear (spontaneously) in the console at 1-second intervals sometimes 1 or 2, sometimes 20 or 30).
If clear the selection and double-click again then "%[host%@random[1" is selected and I get more of the same messages in the console.
There's nothing special about that line. The same thing happens 2-clicking on "bar" in the line
That happens in v13, v14, v15, and v16 (didn't go back farther) and it also happens on another computer.
Also, when I view that one line normally in IDE, the first three of these ... [[] ... are kind of purple and the final one (]) is black.
Code:
v:\> type bdbtest.btm
set host=%[host%@random[1,2]]
Code:
TCC: Syntax error "[host%@random[1"
TCC: Syntax error "[host%@random[1"
TCC: Syntax error "[host%@random[1"
If clear the selection and double-click again then "%[host%@random[1" is selected and I get more of the same messages in the console.
There's nothing special about that line. The same thing happens 2-clicking on "bar" in the line
Code:
%[foo%@bar[a,b]]
That happens in v13, v14, v15, and v16 (didn't go back farther) and it also happens on another computer.
Also, when I view that one line normally in IDE, the first three of these ... [[] ... are kind of purple and the final one (]) is black.