This window hold a lists of variables or expressions which have been selected for evaluation using a right click context menu.
The variables are displayed in LIST DIM style format. First the scope information is printed then the actual variable name. This is the same for every type of variable. How the value of the variable is represented (bit after the '=' ) depends on the type.
For numeric scalar variables only the decimal value will be printed. For numeric arrays KCML will print in comma separated decimal as many elements as will fit on the one line status bar. A trailing comma indicates that the list of elements had to be truncated.
If the numeric is a SYM then it dereferenced and output is generated from the symbol it refers to. This output is produce recursively but a SYM() string is displayed indicating that the result has been produced from a SYM.
For strings and string array elements the strings will be displayed as quoted strings if printable or in HEX() otherwise.
DIM MTH_NAME$( "January","February","March","April","May",
Expressions are evaluated and their output displayed. The output is subject to similar formatting to Variables.
The context menu for this window allows you Trap or Watch particular expressions.