Ü   *CAT/*BCAT/*TCAT

 

 

*CAT or || Joins two strings "as is"

*BCAT or |> Joins two strings with a single blank space between

*TCAT or |< Joins two strings trimming first string

 

 

'String One ' *CAT 'String Two ' Yields 'String One String Two '

'String One ' *BCAT 'String Two ' Yields 'String One String Two '

'String One ' *TCAT 'String Two ' Yields 'String OneString Two '

 











User Comments:



Subscribe

.  


Copyright © www.go4as400.com, 2013-2023. Copyright notice   Terms of services   Privacy policy