Question: two questions

Hello colleagues,
Here I have for you two questions:
 How to learn to see the indexed variables, whether they are literal or standard? Without the need whattype:
whattype(x[2]);
print(`output redirected...`); # input placeholder
                                   indexed
whattype(`#msub(mi("z"),mn("1"))`);
print(`output redirected...`); # input placeholder
                                   symbol
How to capture the style and configuration of a worksheet?
HerClau
Please Wait...