Previous Topic: &ZPSKIP

Next Topic: &ZPSUBTLC


&ZPSKPSTR

Returns the current panel skip string in its entirety.

Allows the entire panel skip string to be stored and/or examined.

Example: &ZPSKPSTR

&SKPALL = &ZPSKPSTR

Notes:

&ZPSKPSTR does not alter the value of the current panel skip data. The primary menu procedure uses the following code to suppress panel skipping and then restore it if required:

&T#ZPSKIP = &ZPSKPSTR  -* extract value
&ZPSKIP  -* nullify current setting
...
...
&ZPSKIP = &T#ZPSKIP  -* restore panel skip The &ZPSKIP system variable and &ZPSKIP verb.

More information:

&ZPSKIP

&ZPSKIP