LOWERCASE Examples


Example 1:

 

  

LOWERCASE

RECVING

 

 

Variable

PL

FP

LP

Contents

Before:

RECVING

20

5

10

ABCDEFGHIJKLMNOPQRST

 

After:

RECVING

20

5

10

ABCDefghijKLMNOPQRST

 

No Condition Flags are set (all FALSE).

 

Example 2:

 

  

LOWERCASE

SENDING,RECVING

 

 

Variable

PL

FP

LP

Contents

Before:

SENDING

20

1

10

ABCDEFGHIJ·········

 

After:

RECVING

8

1

8

abcdefgh

 

The EOS Condition Flag is set. RECVING is too small to receive the string and data has been truncated.

 



PL/B Language Reference LOOP Examples LROUTINE Examples