To illustrate the main idea, suppose that we have a series “x” which contains all ones:
Code: Select all
series x = 1If you click on “x” in the workfile, _this denotes the “series” object.
Note that _this can be any object (such as coef, equation, group, etc.) you will choose in your workfile.
[E.g.2] When used in a program, _this refers to the active object at the time the program was initiated.
In particular, suppose we have the trivial (silly) program Myline.prg which consists of the command:
Code: Select all
_this.lineNow, let us add the following lines (in Myline.prg):
Code: Select all
_this.line
series y = 2
_this.line