PRACTICE cmm script how to v.v a new variable in an old window

Viewed 266

This opens a window of variable a:

v.v a

View variable b in the same window. How to do tihs?

v.v b

I know this can put them in the same window, but I want to view b at a later time

v.v a b
1 Answers

I figured it myself.

Var.AddWatch var

will do the job.

Related