*JC (PRINT)


 

*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

 

PRINT

*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 (PRINT), PRINT

 



PL/B Language Reference *F (PRINT) *L (PRINT)