- or download this
if( $x ) {
doStuff( $x, $y, $z );
...
doStuff( $z, $x, $y );
doStuff( $z, $y, $x );
}
- or download this
sub doStuff {
my( $?, $?, $? ) = @_;
....
}
- or download this
gg = _GetGrid( this.Min.y / this.Parent.Zoom.y, this.Max.y / t
+his.Parent.Zoom.y, this.Scale.y );
if( this.GridDelta.y != 0 ) gg[1] = this.GridDelta.y;
...
_OAV( this.Text[4][ii],"visibility","hidden" );
ii++;
}