1.

What Is Difference Between Cat, Tcat, Bcat?

Answer»

CAT – Concatenate two variables or CONSTANTS into one CONTINUOUS string.
BCAT – Truncates all trailing blanks in the first character string, one blank is inserted, then the two character STRINGS are concatenated.
TCAT – Truncates all trailing blanks in the first character string, the two character strings are concatenated.

CAT – Concatenate two variables or constants into one continuous string.
BCAT – Truncates all trailing blanks in the first character string, one blank is inserted, then the two character strings are concatenated.
TCAT – Truncates all trailing blanks in the first character string, the two character strings are concatenated.



Discussion

No Comment Found