*JC (PRTPAGE)


PLBCMP GUI Only

*JC

 

This list control forces the centering of the logical string within the bounds of the physical string. Consider the following:

 

DATA

DIM

20

 

MOVE

"ABCD",DATA

 

PRTPAGE

*N,"12345678901234567890":

 

 

*N,*JC,DATA;

 

Would give the following output:

 

12345678901234567890

        ABCD

 

This control only affects the next variable in the list. The *LL list control cancels the effect of the *JC list control.

 

 

See Also: List Controls (PRTPAGE), PRTPAGE

 



PL/B Language Reference *INFO (PRTPAGE) *L (PRTPAGE)