3.6.4.33 NoYOffset

Initializes the variables p1 and pv1 to zero.

Definition:

Def  NoYOffset {
      p1=0;pv1=0
};

Example:

The following script initializes the variables p1 and pv1 to zero.

NoYOffset;